{"id":24997930,"url":"https://github.com/paulsenon/tpl-aws-cdk-dockerized-dev-env","last_synced_at":"2026-06-28T05:32:13.405Z","repository":{"id":275753159,"uuid":"927071481","full_name":"PaulSenon/tpl-aws-cdk-dockerized-dev-env","owner":"PaulSenon","description":"bootstrap template project to clone the exec ./bootstrap.sh","archived":false,"fork":false,"pushed_at":"2025-02-13T09:37:04.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-29T16:29:12.816Z","etag":null,"topics":["aws","cdk","dev-environment","docker","template"],"latest_commit_sha":null,"homepage":"","language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PaulSenon.png","metadata":{"files":{"readme":"README.final.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2025-02-04T11:02:33.000Z","updated_at":"2025-02-13T09:37:08.000Z","dependencies_parsed_at":"2025-03-29T16:37:39.916Z","dependency_job_id":null,"html_url":"https://github.com/PaulSenon/tpl-aws-cdk-dockerized-dev-env","commit_stats":null,"previous_names":["paulsenon/tpl-aws-cdk-dockerized-dev-env"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/PaulSenon/tpl-aws-cdk-dockerized-dev-env","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PaulSenon%2Ftpl-aws-cdk-dockerized-dev-env","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PaulSenon%2Ftpl-aws-cdk-dockerized-dev-env/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PaulSenon%2Ftpl-aws-cdk-dockerized-dev-env/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PaulSenon%2Ftpl-aws-cdk-dockerized-dev-env/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PaulSenon","download_url":"https://codeload.github.com/PaulSenon/tpl-aws-cdk-dockerized-dev-env/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PaulSenon%2Ftpl-aws-cdk-dockerized-dev-env/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270278704,"owners_count":24557184,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-13T02:00:09.904Z","response_time":66,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","dev-environment","docker","template"],"created_at":"2025-02-04T17:26:41.796Z","updated_at":"2026-06-28T05:32:13.371Z","avatar_url":"https://github.com/PaulSenon.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [YOUR PROJECT NAME]\n\nThis is a CDK Typescript infrastructure (fully dockerized) for [...]\n\n## Requirements\n\n- docker\n- docker compose\n- make\n\n## Install dependencies\n\n```bash\nmake install\n```\n\nthe first time you will be prompted to configure the aws sdk with the account you want to use. It works with both sso or access keys.\n\n## Cleanup (to remove all generated files and save space)\n\n```bash\nmake clean\n```\n\n## Force Rebuild in case of issues\n\n```bash\nmake install-force\n```\n\n## Enter dev env (to run any command like cdk, npm, aws, etc   )\n\n```bash\nmake dev\n# that is a alias for\nmake bash\n```\n\nbut if you don't want to enter the dev env bash, you can run this others make commands that are shortcut you can run from you host machine:\n\n### CDK Commands\n\n| Command | Description |\n|---------|-------------|\n| `make cdk-bootstrap` | Bootstrap CDK in your AWS account |\n| `make cdk-synth` | Synthesize CloudFormation template |\n| `make cdk-diff` | Show changes to be deployed |\n| `make cdk-deploy` | Deploy the CDK stack |\n| `make cdk-destroy` | Destroy the CDK stack |\n\n### AWS Commands\n\n| Command | Description |\n|---------|-------------|\n| `make aws-configure` | Configure AWS profile (sso or access key \u0026 secret) |\n| `make aws-login` | Login to AWS SSO |\n\n### Docker Commands\n\n| Command | Description |\n|---------|-------------|\n| `make docker-build` | Build the Docker image |\n| `make docker-build-force` | Build the Docker image without cache |\n| `make docker-build-debug` | Build the Docker image with debug output |\n| `make docker-clean` | Remove Docker containers, images, and volumes |\n| `make docker-down` | Stop all containers |\n\n### Package Manager Commands\n\n| Command | Description |\n|---------|-------------|\n| `make npm-install` | Install dependencies |\n| `make npm-upgrade` | Upgrade all dependencies |\n| `make npm-clean` | Clean dependencies and generated files |\n\n### Other Commands\n\n| Command | Description |\n|---------|-------------|\n| `make corepack-upgrade` | Upgrade corepack to the latest version |\n| `make run cmd=\"...\"` | Run arbitrary command in dev container without entering it (from host then)|\n| `make help` | Display help with all available commands |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaulsenon%2Ftpl-aws-cdk-dockerized-dev-env","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpaulsenon%2Ftpl-aws-cdk-dockerized-dev-env","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaulsenon%2Ftpl-aws-cdk-dockerized-dev-env/lists"}