Optimizing Node.js Dependencies in AWS Lambda

In this post, you learn how to improve Node.js cold start performance by up to 70% by bundling and minifying your code. You also learned how to provide a different version of AWS SDK for JavaScript and that dependencies and how they are imported affects t… Read more

Similar

How To: Running Node Apps on Amazon ECS

Welcome back to the Node on ECS mega-walkthrough! We hope you are excited to get stuck into part 2, where we will finally be running our Node app on ECS. Feeling warmed up? Not yet? That’s OK. Because first we’ll talk about some updates to ECS that’ll get... (more…)

Read more »