Skip to main content

AWS Lambda Managed Instances (Part 3 - Runtime Considerations)

· 16 min read
Brian McNamara
Brian McNamara
Software Developer

If you've been following this series, you know what AWS Lambda Managed Instances (LMI) are and what they cost. In Part 1 we covered the overview and in Part 2 we dug into the cost model. Now it's time to answer the question that actually matters for day-to-day development: will my existing Lambda code work on LMI, and what will I need to change?

The short answer is: maybe - and possibly quite a bit.

The execution model is fundamentally different from on-demand Lambda. Don't assume your code will behave the same way - some of these differences will silently corrupt your data, and others will just make your life harder. Read through all of them before migrating anything to production.

AWS Lambda Managed Instances (Part 2 - Cost)

· 5 min read
Brian McNamara
Brian McNamara
Software Developer

You've likely seen the AWS launch post and are intrigued by what AWS Lambda Managed Instances (AWS LMI) can offer. You may have even read my overview of AWS LMI in an earlier blog post.

In this post, we'll look at AWS Lambda On-Demand costs, how costs change with AWS LMI, when it makes sense to use AWS LMI and when it makes sense to stick with On-Demand AWS Lambda.

Welcome to the Curious Dev Blog

· One min read
Brian McNamara
Brian McNamara
Software Developer

Welcome to the Curious Dev Blog! This is where I'll explore the fascinating world of software development, share insights, and dive deep into the technologies that shape our digital world.