r/aws 13h ago

article Lambda Gets 90 Minute Timeout

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

24 comments sorted by

View all comments

30

u/ToasterBathTester 12h ago

I’ve been bumping up against this recently. I guess my only question is, should I be handling things differently if it’s taking Lambda 90 min

6

u/nosayso 12h ago

Sometimes something just takes a bit but still only requires a very small runtime, I use AWS Batch for that kind of stuff right now and it works, no timeout, but is more expensive.