cdk: image: contino/aws-cdk env_file: .env entrypoint: aws working_dir: /opt/app volumes: - ~/.aws:/root/.aws - .:/opt/app:rw This image ships with Python 3 installed. To cache installed cdk python ...