Commit graph

58 commits

Author SHA1 Message Date
NeoReyad
63bcd4696b Add instructions for deploying the Lambda Function
This adds basic instructions to the README for deploying the lambda function. It uses the Serverless Application Model by creating a template that is used by the AWS CLI.
2017-03-28 20:25:44 +03:00
Reyad Attiyat
cd1c19d033 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-03-28 20:25:16 +03:00
Hagai Cohen
37999421a1 Update dependencies 2017-03-22 15:16:39 +02:00
Hagai Cohen
61ebda42e8 chore(package): align versions with lerna again 2017-03-22 15:16:39 +02:00
Reyad Attiyat
e5de3d8709 Update Lambda README to include more examples
This commit adds examples for modifying the response headers, to enable CORS, and how to read the event and context variables using an options function
2017-03-20 22:19:54 -05:00
Hagai Cohen
083b3569b2 chore(package): update internal depenecies 2017-02-02 02:57:07 +02:00
NeoReyad
f48a352e7e Add instructions for deploying the Lambda Function
This adds basic instructions to the README for deploying the lambda function. It uses the Serverless Application Model by creating a template that is used by the AWS CLI.
2017-01-30 23:54:24 -06:00
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