apollo-server/packages/graphql-server-lambda
Reyad Attiyat 236dc25622 Add support for AWS Lambda
Create an integration that will return a lambda handler for a
graphql or graphiql server. This integration requires an API
Gateway with Lambda Proxy Integration.

The test runner expects req and res objects for testing. We
have to mock these for the tests to execute properly.
2017-01-30 16:58:16 -06:00
..
src Add support for AWS Lambda 2017-01-30 16:58:16 -06:00
.npmignore Add support for AWS Lambda 2017-01-30 16:58:16 -06:00
package.json Add support for AWS Lambda 2017-01-30 16:58:16 -06:00
README.md Add support for AWS Lambda 2017-01-30 16:58:16 -06:00
tsconfig.json Add support for AWS Lambda 2017-01-30 16:58:16 -06:00

graphql-server-lambda

This is the AWS Lambda integration for the Apollo community GraphQL Server. Read the docs.