Docker image with prerequisites for interacting with AWS Lambda via CLI
352
The darnould/aws-lambda Docker image. Github link.
This Docker image has prerequisites for interacting with AWS Lambda via CLI.
Specifically: awscli and zip (for create-function).
docker run -v "$PWD:/project" -v "$HOME/.aws/credentials:/root/.aws/credentials" -v "$HOME/.aws/config:/root/.aws/config" darnould/aws-lambda list-functions
This example presupposes that you have credentials and config files. Environment variables and AWS CLI flags are alternative options.
Files available under the mounted working directory are available for use within the container (e.g. for create-function).
Content type
Image
Digest
sha256:11f4e8279…
Size
145.6 MB
Last updated
almost 11 years ago
docker pull darnould/aws-lambda