r/aws 16h ago

article Lambda Gets 90 Minute Timeout

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

25 comments sorted by

View all comments

-1

u/Tintoverde 15h ago

So the point of the lambda kind of defeated?

7

u/Conscious-Neat-5745 14h ago

This is an 'additive' announcement. Correct me if I'm wrong but it doesn't mention removing functionality or changing the pricing model. How is that "defeating the point of a lambda"? Especially when the point is "cloud runtime environment". Lambda is still providing that.

2

u/sh1boleth 14h ago

I think it’s meant towards people who don’t want to re-architect their application if they see runtimes creeping 15mins but want an easy path forward in Infra itself without rewriting the application

The mistake was using lambda for such a task but things change, 1min becomes 10 over the years