https://github.com/st0ffern/serverless-auth-graphql-relay
Serverless with JWT Auth, GraphQL+Relay comm against MongoDB
https://github.com/st0ffern/serverless-auth-graphql-relay
Last synced: 4 months ago
JSON representation
Serverless with JWT Auth, GraphQL+Relay comm against MongoDB
- Host: GitHub
- URL: https://github.com/st0ffern/serverless-auth-graphql-relay
- Owner: st0ffern
- Created: 2016-09-01T11:40:28.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-10-12T09:12:30.000Z (almost 9 years ago)
- Last Synced: 2025-10-09T12:39:27.325Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 7.81 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# serverless-jwt-auth-example
Serverless with MongoDB, with user functions (create, login, forgot)
For educational purposes.
###FYI: AWS Lambda is slow!
Please note that running a GraphQL or any form for API on a AWS lambda server will not work well.
Why?
Well responstimes are between 1000ms and 2000ms, concurrent requests with same post data will be shorter as they are cached.