Skip to content

Instantly share code, notes, and snippets.

@HyunSeob
Last active July 9, 2017 11:00
Show Gist options
  • Save HyunSeob/1491edadcd44338d10c2586e770178f1 to your computer and use it in GitHub Desktop.
Save HyunSeob/1491edadcd44338d10c2586e770178f1 to your computer and use it in GitHub Desktop.
{
"name": "apex-typescript-example",
"description": "",
"memory": 128,
"timeout": 5,
"role": "your-iam-role",
"handler": "lib.default",
"environment": {},
"hooks": {
"clean": "rm -rf lib",
"build": "../../node_modules/.bin/webpack --config ../../webpack.config.js --bail"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment