Victor Anuebunwa's Blog

Victor Anuebunwa's Blog

Follow
homeDevOpsBack Endnewsletter
Tag

aws lambda

#aws-lambda

More content

Read more stories on Hashnode


Articles with this tag

How we reduced our NodeJs app size on AWS Lambda by over 80% ๐Ÿ˜ฎ

Sep 7, 20215 min read 1.5K views

Tips on how to reduce your node app size and the benefits ยท This article highlights the steps we took to reduce the size of our NodeJs apps running on...

How we reduced our NodeJs app size on AWS Lambda by over 80% ๐Ÿ˜ฎ

List of node packages pre-installed on AWS Lambda runtime

Sep 2, 202115 min read 2.8K views

In the desire to make our node_modules folder as small as possible when deploying on Lambda, we thought about reusing node packages that could already...

List of node packages pre-installed on AWS Lambda runtime