docker-lambda
docker-lambda copied to clipboard
AWS Cli on AWS Lambda Environment
Hi. Lambci Docker images contain AWS Cli. I have a question. AWS Lambda Environment Java8 or Nodejs11 contain AWS Cli?
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.