Skip to content

Serverless NodeJS, GraphQL, DynamoDB app built with the Serverless Framework and AWS Lambda

Notifications You must be signed in to change notification settings

zhukov-alex/serverless-graphql-dynamodb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Serverless NodeJS GraphQL DynamoDB app

Serverless application built with the Serverless Framework and AWS Lambda.

Install & Deploy

Install the Serverless Framework:

npm install serverless -g

Install app dependencies:

npm install

Run offline (dynamodb connection is required):

serverless offline

Deploy to AWS:

serverless deploy

Delete the application and all associated resources:

serverless remove

About

Serverless NodeJS, GraphQL, DynamoDB app built with the Serverless Framework and AWS Lambda

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published