Files
graphql-engine/community/boilerplates/serverless-triggers/aws-lambda/nodejs6/mutation/package.json
2018-09-13 12:00:07 +05:30

15 lines
307 B
JSON

{
"name": "mutation-trigger",
"version": "1.0.0",
"description": " sample lambda to react to database updates",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"node-fetch": "^2.2.0"
}
}