Migrate from Lambda to container based architecture

Hey,

Anybody have stories they’ve seen or stories they can share of people migrating away from AWS Lambda to a container based architecture?

I’d be very interested to see the difficulty, duration and benefits associated with such a move.

Thanks,
Alper

1 Like

I am baffled that lambda concurrency settings are still so shit. You can’t limit a function’s concurrency without removing that amount from the total account pool. AWS, please wake up and fix this!

We’re moving off lambda. 10 years and AWS hasn’t been able to fix most of the issues.

Use it for event processing but nothing interactive. Managed kubernetes is so easy these days that even lambda’s operational advantage is flattened out.