Skip to content

Commit

Permalink
Recommend 16 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed May 20, 2022
1 parent 17ebff1 commit 05b56a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/aws_lambda.md
Expand Up @@ -33,7 +33,7 @@ Make sure to run `npm install`.

Zip the directory: `zip -r app.zip .`

Go to the AWS Console. `Choose Lambda` -> `Author from Scratch` -> `Runtime Node.s 14.x + arm64`.
Go to the AWS Console. `Choose Lambda` -> `Author from Scratch` -> `Runtime Node.s 16.x + arm64`.
The default 128 MB should be sufficient for fast response
times after cold start, but for fast cold starts, higher memory (which comes
with higher CPU) is better.
Expand Down

0 comments on commit 05b56a1

Please sign in to comment.