{"id":13579802,"url":"https://github.com/miztiik/my-first-cdk-project","last_synced_at":"2025-04-05T23:32:39.956Z","repository":{"id":94926796,"uuid":"240388094","full_name":"miztiik/my-first-cdk-project","owner":"miztiik","description":"A hands on repo with multiple demonstrations on CDK: Used by Udemy Course🎓","archived":false,"fork":false,"pushed_at":"2023-05-19T21:19:11.000Z","size":1690,"stargazers_count":71,"open_issues_count":2,"forks_count":187,"subscribers_count":11,"default_branch":"master","last_synced_at":"2024-11-05T18:49:29.634Z","etag":null,"topics":["aws","cdk","cloud-development-kit","miztiik","udemy-course-project"],"latest_commit_sha":null,"homepage":"https://www.udemy.com/course/aws-cloud-development-kit-from-beginner-to-professional/?referralCode=E15D7FB64E417C547579","language":"Python","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/miztiik.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"ko_fi":"miztiik"}},"created_at":"2020-02-13T23:25:24.000Z","updated_at":"2024-10-07T23:10:21.000Z","dependencies_parsed_at":"2024-01-16T20:29:34.853Z","dependency_job_id":"5ec606ed-c94f-4402-945d-b48b7b9057b1","html_url":"https://github.com/miztiik/my-first-cdk-project","commit_stats":null,"previous_names":[],"tags_count":47,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miztiik%2Fmy-first-cdk-project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miztiik%2Fmy-first-cdk-project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miztiik%2Fmy-first-cdk-project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miztiik%2Fmy-first-cdk-project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/miztiik","download_url":"https://codeload.github.com/miztiik/my-first-cdk-project/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247415793,"owners_count":20935383,"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","cdk","cloud-development-kit","miztiik","udemy-course-project"],"created_at":"2024-08-01T15:01:43.381Z","updated_at":"2025-04-05T23:32:34.946Z","avatar_url":"https://github.com/miztiik.png","language":"Python","funding_links":["https://ko-fi.com/miztiik","https://ko-fi.com/Q5Q41QDGK"],"categories":["Python"],"sub_categories":[],"readme":"# Welcome to my first CDK project[s]\n\nHere you will learn to use CDK to deploy different AWS resources. All the `sample code` are tagged with intuitive tag-names.\n\n1. ## 🧰 Prerequisites\n\n   - 🛠 AWS CLI Installed \u0026 Configured - [Get help here](https://youtu.be/TPyyfmQte0U)\n   - 🛠 AWS CDK Installed \u0026 Configured - [Get help here](https://www.youtube.com/watch?v=MKwxpszw0Rc)\n   - 🛠 Python Packages, _Change the below commands to suit your operating system, the following are written for \\_Amazon Linux 2_\n     - Python3 - `yum install -y python3`\n     - Python Pip - `yum install -y python-pip`\n     - Virtualenv - `pip3 install virtualenv`\n\n1. ## ⚙️ Setting up the environment\n\n   For example, If you are looking to learn how to deploy an EC2 instance with the latest AMI in any region, This branch is tagged as `ec2_with_latest_ami_in_any_region`.\n\n   ```bash\n   git clone --branch ec2_with_latest_ami_in_any_region https://github.com/miztiik/my-first-cdk-project.git\n   cd my-first-cdk-project\n   ```\n\n1. ## 🚀 Deployment using AWS CDK\n\n   ```bash\n   # If you DONT have cdk installed\n   npm install -g aws-cdk\n   # If this is first time you are using cdk then, run cdk bootstrap\n   # cdk bootstrap\n\n\n   # Make sure you in root directory\n   python3 -m venv .env\n   source .env/bin/activate\n   # Install any dependencies\n   pip install -r requirements.txt\n\n   # Synthesize the template and deploy it\n   cdk synth\n   cdk deploy\n   ```\n\n1. ## 🧹 CleanUp\n\n   If you want to destroy all the resources created by the stack, Execute the below command to delete the stack, or _you can delete the stack from console as well_\n\n   ```bash\n   cdk destroy *\n   ```\n\n   This is not an exhaustive list, please carry out other necessary steps as maybe applicable to your needs.\n\n### 💡 Help/Suggestions or 🐛 Bugs\n\nThank you for your interest in contributing to our project. Whether it is a bug report, new feature, correction, or additional documentation or solutions, we greatly value feedback and contributions from our community. [Start here][200]\n\n### 👋 Buy me a coffee\n\n[![ko-fi](https://www.ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/Q5Q41QDGK) Buy me a [coffee ☕][900].\n\n### 🏷️ Metadata\n\n**Level**: 200\n\n![miztiik-success-green](https://img.shields.io/badge/miztiik-cdk-success-green)\n\n[100]: https://www.udemy.com/course/aws-cloud-security/?referralCode=B7F1B6C78B45ADAF77A9\n[101]: https://www.udemy.com/course/aws-cloud-security-proactive-way/?referralCode=71DC542AD4481309A441\n[102]: https://www.udemy.com/course/aws-cloud-development-kit-from-beginner-to-professional/?referralCode=E15D7FB64E417C547579\n[103]: https://www.udemy.com/course/aws-cloudformation-basics?referralCode=93AD3B1530BC871093D6\n[200]: https://github.com/miztiik/my-first-cdk-project/issues\n[899]: https://www.udemy.com/user/n-kumar/\n[900]: https://ko-fi.com/miztiik\n[901]: https://ko-fi.com/Q5Q41QDGK\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiztiik%2Fmy-first-cdk-project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmiztiik%2Fmy-first-cdk-project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiztiik%2Fmy-first-cdk-project/lists"}