Sign inSign up

darnould/aws-lambda

By darnould

•Updated almost 11 years ago

Docker image with prerequisites for interacting with AWS Lambda via CLI

Image
0

352

darnould/aws-lambda repository overview

⁠aws-lambda-docker

⁠What is this?

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).

⁠Example Usage

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).

Tag summary

Content type

Image

Digest

sha256:11f4e8279…

Size

145.6 MB

Last updated

almost 11 years ago

docker pull darnould/aws-lambda