mirror of
https://github.com/vale981/apollo-server
synced 2025-03-06 02:01:40 -05:00
Update AWS Lambda supported Node versions (#577)
AWS Lambda doc link included
This commit is contained in:
parent
b726f274eb
commit
2d92303332
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ server.listen(PORT, () => console.log(`Listening on ${PORT}`));
|
||||||
|
|
||||||
### AWS Lambda
|
### AWS Lambda
|
||||||
|
|
||||||
Lambda function should be run with Node.js v4.3. Requires an API Gateway with Lambda Proxy Integration.
|
Lambda function should be run with [Node.js 4.3 or v6.1](https://docs.aws.amazon.com/lambda/latest/dg/nodejs-prog-model-using-old-runtime.html#nodejs-prog-model-runtime-support-policy). Requires an API Gateway with Lambda Proxy Integration.
|
||||||
|
|
||||||
```js
|
```js
|
||||||
var server = require("apollo-server-lambda");
|
var server = require("apollo-server-lambda");
|
||||||
|
|
Loading…
Add table
Reference in a new issue