An image for compiling code targeted to run in AWS Lambda.
1.2K
The AWS Lambda Execution Environment and Available Libraries documents the current AWS Lambda environment. In order to run native binaries in our Lambda functions, we must ensure they are compiled in a compatible environment.
This Docker image is based on ami-6869aa05 (a.k.a amzn-ami-hvm-2016.03.3.x86_64-gp2) and includes the development tools necessary to build executables.
You are going to need Docker installed. You can find a variety of installation instructions, per operating system, in the Docker Installation Docs. If you haven't used Docker before, take a moment and look through the Docker User Guide.
docker pull stechstudio/aws-lambda-build
The image uses the same Amazon YUM Repositories that the AMI image would use in EC2.
The following libraries are available in the AWS Lambda execution environment, regardless of the supported runtime you use, so you don't need to include them:
Content type
Image
Digest
Size
806.8 MB
Last updated
almost 7 years ago
docker pull bubba/aws-lambda-build