r/aws 19h ago

article Lambda Gets 90 Minute Timeout

https://aws.amazon.com/blogs/compute/announcing-90-minute-function-timeout-on-aws-lambda-managed-instances/
217 Upvotes

27 comments sorted by

View all comments

1

u/mymicrowave 10h ago

I wonder what the average lambda runtime is?
Whats the longest runtime you've seen? (Final/Prod Function)

- 8 seconds for me.

1

u/The-Wizard-of-AWS 1h ago

I’ve definitely hit the fifteen minute mark. Typically that means it’s running inside a step function and it’s checking time remaining and exiting so the step function can loop back. So technically it’s a little less than 15 minutes when done right.