Skip to content

Instantly share code, notes, and snippets.

@rotemtam
Created August 26, 2016 09:22
Show Gist options
  • Save rotemtam/cd74de22628e159c42be534e9c1d224b to your computer and use it in GitHub Desktop.
Save rotemtam/cd74de22628e159c42be534e9c1d224b to your computer and use it in GitHub Desktop.
{
"name": "SampleProject",
"description": "A demo project of serverless ci",
"role": "arn:aws:iam::<aws account number>:role/<lambda role name>",
"runtime":"nodejs4.3",
"memory": 128,
"timeout": 10,
"handler": "lib.default",
"hooks": {
"build": "../../../node_modules/.bin/webpack --config ../../../infra/webpack.config.js",
"clean": "rm -fr lib"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment