serverless-sam
Version:
Serverless framework plugin to export AWS SAM templates for a service
18 lines (17 loc) • 442 B
JSON
{
"name": "aws-node-graphql-api-with-dynamodb",
"version": "1.0.0",
"description": "A single-module GraphQL endpoint with query and mutation functionality.",
"main": "handler.js",
"dependencies": {
"aws-sdk": "^2.136.0",
"eslint-plugin-react": "^7.4.0",
"graphql": "^0.11.7"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}