{"id":22348018,"url":"https://github.com/slashgordon/docker-aws-cdk","last_synced_at":"2026-02-17T04:33:01.491Z","repository":{"id":37866595,"uuid":"466075604","full_name":"SlashGordon/docker-aws-cdk","owner":"SlashGordon","description":"UpToDate Docker aws cdk image with all python packages. ","archived":false,"fork":false,"pushed_at":"2024-10-24T17:56:15.000Z","size":73,"stargazers_count":3,"open_issues_count":147,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-30T04:50:50.071Z","etag":null,"topics":["aws","cdk","docker","docker-image"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SlashGordon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-03-04T10:14:20.000Z","updated_at":"2024-10-24T17:54:46.000Z","dependencies_parsed_at":"2023-02-16T02:25:17.356Z","dependency_job_id":"0fe2e598-bb78-449f-8f4e-6f7c572a446c","html_url":"https://github.com/SlashGordon/docker-aws-cdk","commit_stats":null,"previous_names":[],"tags_count":49,"template":false,"template_full_name":null,"purl":"pkg:github/SlashGordon/docker-aws-cdk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SlashGordon%2Fdocker-aws-cdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SlashGordon%2Fdocker-aws-cdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SlashGordon%2Fdocker-aws-cdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SlashGordon%2Fdocker-aws-cdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SlashGordon","download_url":"https://codeload.github.com/SlashGordon/docker-aws-cdk/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SlashGordon%2Fdocker-aws-cdk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29533702,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T03:01:11.216Z","status":"ssl_error","status_checked_at":"2026-02-17T03:00:31.803Z","response_time":100,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws","cdk","docker","docker-image"],"created_at":"2024-12-04T10:12:12.332Z","updated_at":"2026-02-17T04:33:01.476Z","avatar_url":"https://github.com/SlashGordon.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Release](https://github.com/SlashGordon/docker-aws-cdk/actions/workflows/release.yaml/badge.svg)](https://github.com/SlashGordon/docker-aws-cdk/actions/workflows/release.yaml)\n\n# Docker AWS CDK\nContainerised AWS CDK to ensure consistent local development and simple CD pipelines.\n\n## Usage\nRun as a command using `cdk` as entrypoint:\n\n    docker run --rm --entrypoint cdk slashgordon/aws-cdk --version\n\nRun as a shell and mount `.aws` folder and current directory as volumes:\n\n    docker run --rm -it -v ~/.aws:/root/.aws -v $(pwd):/opt/app slashgordon/aws-cdk bash\n\nUsing docker-compose:\n\n    cdk:\n        image: slashgordon/aws-cdk\n        env_file: .env\n        entrypoint: aws\n        working_dir: /opt/app\n        volumes:\n        - ~/.aws:/root/.aws\n        - .:/opt/app:rw\n\nAnd run `docker-compose run cdk --version`\n\n## Language Support\n\nCDK Supports different languages to define your (re)usable assets.\n\n### JavaScript/TypeScript\n\nThis should work out of the box through `package.json` and `node_modules`, which\nare automatically _cached_ in your working directory.\n\n### Python\n\nThis image ships with Python 3 installed. To cache installed cdk python packages,\n`site-packages` is exposed as a volume. This allows you to cache packages between\ninvocations:\n\n    cdk:\n        ...\n        volumes:\n        - cdk-python:/usr/lib/python3.7/site-packages/\n        - ...\n    volumes:\n        cdk-python\n\nThen, if you install e.g. `aws-cdk.core` through pip (`pip3 install aws-cdk.core`)\nin a container, you won't have to install it again next time you start a new\ncontainer.\n\n\n## Related Projects\n\n- [docker-aws-cli](https://github.com/slashgordon/docker-aws-cli)\n- [docker-terraform](https://github.com/slashgordon/docker-terraform)\n\n## Credits\n\nStrongly inspired by[contino/docker-aws-cdk](https://github.com/contino/docker-aws-cdk) project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fslashgordon%2Fdocker-aws-cdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fslashgordon%2Fdocker-aws-cdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fslashgordon%2Fdocker-aws-cdk/lists"}