{"id":17532754,"url":"https://github.com/yenlincc/containerized-aws-cdk","last_synced_at":"2025-03-06T12:31:16.278Z","repository":{"id":39886087,"uuid":"229495460","full_name":"yenlincc/containerized-aws-cdk","owner":"yenlincc","description":"A containerized, complete AWS CDK setup so that you can start working on your CDK app in no time without worrying about installation","archived":false,"fork":false,"pushed_at":"2023-03-06T13:57:12.000Z","size":56,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-20T18:36:16.500Z","etag":null,"topics":["aws","aws-cdk","cdk","container","docker","docker-image","dockerfile"],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/yenlincc.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}},"created_at":"2019-12-21T23:29:51.000Z","updated_at":"2024-10-16T00:10:57.000Z","dependencies_parsed_at":"2023-02-12T23:16:42.089Z","dependency_job_id":null,"html_url":"https://github.com/yenlincc/containerized-aws-cdk","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yenlincc%2Fcontainerized-aws-cdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yenlincc%2Fcontainerized-aws-cdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yenlincc%2Fcontainerized-aws-cdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yenlincc%2Fcontainerized-aws-cdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yenlincc","download_url":"https://codeload.github.com/yenlincc/containerized-aws-cdk/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242211227,"owners_count":20090230,"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","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","aws-cdk","cdk","container","docker","docker-image","dockerfile"],"created_at":"2024-10-20T18:01:40.778Z","updated_at":"2025-03-06T12:31:16.248Z","avatar_url":"https://github.com/yenlincc.png","language":"Shell","funding_links":[],"categories":["aws"],"sub_categories":[],"readme":"# containerized-aws-cdk\n![Build status](https://github.com/ThinkThenRant/containerized-aws-cdk/workflows/Publish%20Docker%20image/badge.svg \"Status\")\n\nA containerized, complete AWS CDK setup so that you can start working on your CDK app in no time without worrying about installation\n\n## Usage\n**DockerHub:**\nDownload the containerized CDK Docker image\n```\ndocker pull thinkthenrant/containerized-aws-cdk:latest\n```\n\nThen, create a directory that we will persist the CDK app in and launch the\ncontainerized CDK image:\n```\nmkdir myCdkApp\n\ndocker run -it -v $PWD/myCdkApp:/myCdkApp -w=/myCdkApp thinkthenrant/containerized-aws-cdk\n```\n\nOr **GitHub Packages:**\nDownload the containerized CDK Docker image\n```\n# USERNAME is your GitHub user name\n# TOKEN is your GitHub personall access token\ndocker login -u USERNAME -p TOKEN docker.pkg.github.com\ndocker pull docker.pkg.github.com/thinkthenrant/containerized-aws-cdk/aws-cdk:latest\n```\n\nThen, create a directory that we will persist the CDK appsin and launch the\ncontainerized CDK image:\n```\nmkdir myCdkApp\n\ndocker run -it -v $PWD/myCdkApp:/myCdkApp -w=/myCdkApp docker.pkg.github.com/thinkthenrant/containerized-aws-cdk/aws-cdk\n```\n\n### Start creating your CDK app\nAfter your container started, run:\n```\ncdk init\n```\nand follow along!\n\nMore information: https://docs.aws.amazon.com/cdk/index.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyenlincc%2Fcontainerized-aws-cdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyenlincc%2Fcontainerized-aws-cdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyenlincc%2Fcontainerized-aws-cdk/lists"}