This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"bold_folder_labels": true, | |
"caret_extra_width": 1, | |
"caret_style": "smooth", | |
"close_windows_when_empty": false, | |
"color_scheme": "Packages/Oceanic Next Color Scheme/Oceanic Next.tmTheme", | |
"file_exclude_patterns": | |
[ | |
"smart.lock", | |
".DS_Store", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"body": $input.json("$"), | |
"resourceId": "$input.params('id')", | |
"header": { | |
"Authorization": "$input.params('Authorization')" | |
}, | |
"info": { | |
"sourceIp": "$context.identity.sourceIp", | |
"userAgent": "$context.identity.userAgent" | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require('babel-polyfill') | |
import gulp from 'gulp' | |
import zip from 'gulp-zip' | |
import babel from 'gulp-babel' | |
import dox from 'dox' | |
import glob from 'glob' | |
import minimist from 'minimist' | |
import async from 'async' | |
import fs from 'fs' |
OlderNewer