claudiajs / claudia

Deploy Node.js projects to AWS Lambda and API Gateway easily
https://claudiajs.com
MIT License
3.8k stars 274 forks source link

Update max lambda timeout to 900 seconds #173

Closed sschadwick closed 5 years ago

sschadwick commented 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.

https://aws.amazon.com/about-aws/whats-new/2018/10/aws-lambda-supports-functions-that-can-run-up-to-15-minutes/

gojko commented 5 years ago

thanks, I've published this as 5.2.0 on npm