Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/t18n/nestjs-serverless-aws-graphql
A simple NestJS GraphQL API, deployed to AWS Lambda using Serverless Framework
https://github.com/t18n/nestjs-serverless-aws-graphql
aws-cloudformation aws-lambda nestjs serverless
Last synced: 7 days ago
JSON representation
A simple NestJS GraphQL API, deployed to AWS Lambda using Serverless Framework
- Host: GitHub
- URL: https://github.com/t18n/nestjs-serverless-aws-graphql
- Owner: t18n
- Created: 2019-12-21T23:14:52.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-07T14:26:39.000Z (over 1 year ago)
- Last Synced: 2024-11-11T05:33:09.115Z (2 months ago)
- Topics: aws-cloudformation, aws-lambda, nestjs, serverless
- Language: TypeScript
- Homepage:
- Size: 2.97 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NestJS GraphQL API with Serverless Framework
## Prerequisites
AWS account with IAM Group policy setup including:
- S3
- CloudFormation
- Lambda
- API Gateway
Give all policy above full permission for the sake of simplicity. Keep in mind that you SHOULD always tighten the permission group for each user.## Deploy
- To deploy/update dev stack: `PROFILE= yarn deploy`
- To deploy/update prod stack: `PROFILE= yarn deploy:prod`## Use this app
- Run `yarn dev`, go to localhost:3000/graphql to visit the GraphQL Playground