Skip to content

Commit ecdafec

Browse files
adraibrettstack
authored andcommitted
docs: correct API Gateway timeout to 29 seconds (#229)
Documentation: https://docs.aws.amazon.com/apigateway/latest/developerguide/limits.html
1 parent 798398a commit ecdafec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@ app.get('/', (req, res) => {
6565
- For apps that may not see traffic for several minutes at a time, you could see [cold starts](https://aws.amazon.com/blogs/compute/container-reuse-in-lambda/)
6666
- Cannot use native libraries (aka [Addons](https://nodejs.org/api/addons.html)) unless you package your app on an EC2 machine running Amazon Linux
6767
- Stateless only
68-
- API Gateway has a timeout of 30 seconds, and Lambda has a maximum execution time of 15 minutes.
68+
- API Gateway has a timeout of 29 seconds, and Lambda has a maximum execution time of 15 minutes.

0 commit comments

Comments
 (0)