Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save CollectiveHealth-gists/15c76a5621647223f5c0ca62114f2b3a to your computer and use it in GitHub Desktop.
Save CollectiveHealth-gists/15c76a5621647223f5c0ca62114f2b3a to your computer and use it in GitHub Desktop.
Development and Deployment of AWS Lambda Functions: package.json
{
"name": "my-api",
"version": "1.0.0",
"dependencies": {
"assert": "1.3.0"
},
"devDependencies": {
"browserify": "13.0.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment