Created
August 26, 2016 09:22
-
-
Save rotemtam/cd74de22628e159c42be534e9c1d224b to your computer and use it in GitHub Desktop.
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
{ | |
"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