Closed sschadwick closed 5 years ago
AWS has recently increased the timeout limit from 300 seconds (5 minutes) to 900 seconds (15 minutes).
This PR updates all instances of 300 seconds with 900 seconds.
300
900
https://aws.amazon.com/about-aws/whats-new/2018/10/aws-lambda-supports-functions-that-can-run-up-to-15-minutes/
thanks, I've published this as 5.2.0 on npm
AWS has recently increased the timeout limit from 300 seconds (5 minutes) to 900 seconds (15 minutes).
This PR updates all instances of
300
seconds with900
seconds.https://aws.amazon.com/about-aws/whats-new/2018/10/aws-lambda-supports-functions-that-can-run-up-to-15-minutes/