How to create an AWS Lambda Node.js container image with dependencies?
Description In this article we will be going through the steps of packaging our Lambda function Node.js code and dependencies into a container image. For illustration purposes we will be using Lodash library as our dependency for our Lambda function ...
Jun 12, 20234 min read49
