docker-lambda icon indicating copy to clipboard operation
docker-lambda copied to clipboard

AWS Cli on AWS Lambda Environment

Open leandrozimmer opened this issue 5 years ago • 1 comments

Hi. Lambci Docker images contain AWS Cli. I have a question. AWS Lambda Environment Java8 or Nodejs11 contain AWS Cli?

leandrozimmer avatar Jul 10 '20 18:07 leandrozimmer

Only the build-* images have the CLI in them (and a bunch of other added things) – not the runtime images. The runtime images are the ones that match the AWS environment.

mhart avatar Jul 10 '20 18:07 mhart