This website requires JavaScript.
Explore
Help
Sign in
hiro
/
apollo-server
Watch
1
Star
0
Fork
You've already forked apollo-server
0
mirror of
https://github.com/vale981/apollo-server
synced
2025-03-13 22:36:42 -04:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
73ba4fec22
apollo-server
/
packages
/
graphql-server-lambda
/
src
/
index.ts
7 lines
98 B
TypeScript
Raw
Normal View
History
Unescape
Escape
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.
2016-12-14 14:51:56 -06:00
export
{
LambdaHandler
,
IHeaders
,
graphqlLambda
,
Update ts-lint to version 5.0 - Fix missing semicolons - Fix missing trailing commas - Disable no-unused-expression for runQuery test - expect uses unused expressions as an api Ex. expect('foo').to.be.equal(); - Disable no-use-before-declare since it requires type checking and project file to be defined.
2017-03-30 20:26:59 -05:00
graphiqlLambda
,
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.
2016-12-14 14:51:56 -06:00
}
from
'./lambdaApollo'
;
Reference in a new issue
Copy permalink