An open API service indexing awesome lists of open source software.

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

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.