Skip to content

Instantly share code, notes, and snippets.

@craftzdog
Created June 10, 2017 13:00
Show Gist options
  • Save craftzdog/a0a62d8fd629c2e979d802cf7f55de1f to your computer and use it in GitHub Desktop.
Save craftzdog/a0a62d8fd629c2e979d802cf7f55de1f to your computer and use it in GitHub Desktop.
{
"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