That’s a Lambda constraint, not a Serverless Framework one. From https://aws.amazon.com/lambda/faqs/:slight_smile:
Q: How long can an AWS Lambda function execute?
All calls made to AWS Lambda must complete execution within 300 seconds. The default timeout is 3 seconds, but you can set the timeout to any value between 1 and 300 seconds.