lambci / docker-lambda

Docker images and test runners that replicate the live AWS Lambda environment
MIT License
5.83k stars 431 forks source link

AWS Cli on AWS Lambda Environment #292

Open leandrozimmer opened 4 years ago

leandrozimmer commented 4 years ago

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

mhart commented 4 years ago

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.