Created
June 10, 2017 13:00
-
-
Save craftzdog/a0a62d8fd629c2e979d802cf7f55de1f 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": "inkdrop-api", | |
"description": "Inkdrop API", | |
"runtime": "nodejs6.10", | |
"memory": 128, | |
"timeout": 5, | |
"role": "arn:aws:iam::*********:role/inkdrop-api_lambda_function", | |
"environment": {}, | |
"hooks": { | |
"build": "cp -r ../../node_modules/* ./node_modules/" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment