Creating an AWS Lambda Python Layer by Logging into an AWS EC2 Linux Instance
In this tutorial, we’ll walk through the steps to create an AWS Lambda Python layer using an AWS EC2 Linux instance. If you’re looking to package dependencies for your Lambda function and find that doing so on your local machine isn’t feasible (due to OS or environment mismatches), then using an EC2 instance is a … Read more