Skip to content

An example code of Apollo GraphQL server running on AWS lambda using DynamoDB for datastore.

Notifications You must be signed in to change notification settings

sis-dk/serverless--apollo-graphql-lambda-dynamodb-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Apollo GraphQL server on lambda with DynamoDB

npm install -g serverless Create an user in AWS IAM and generate an access key and secret for that user. pip install awscli --upgrade --user export PATH=~/.local/bin:$PATH (Note: The aws binary could also be in the python directory if not in /.local/bin. 'which python' cmd to get the path. In that case add that to the PATH) aws configure [Enter your access key, secret and region] serverless deploy

About

An example code of Apollo GraphQL server running on AWS lambda using DynamoDB for datastore.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published