{"id":13893857,"url":"https://github.com/dannysteenman/aws-cdk-examples","last_synced_at":"2025-04-10T00:51:37.478Z","repository":{"id":39621008,"uuid":"420408577","full_name":"dannysteenman/aws-cdk-examples","owner":"dannysteenman","description":"A repository that contains AWS CDK code examples","archived":false,"fork":false,"pushed_at":"2024-08-20T19:40:11.000Z","size":2939,"stargazers_count":57,"open_issues_count":0,"forks_count":11,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-10T00:51:27.395Z","etag":null,"topics":["amazon-web-services","aws","aws-cdk","aws-cdk-construct","cdk","cdk-constructs","cdk-examples","cloudformation","typescript"],"latest_commit_sha":null,"homepage":"https://towardsthecloud.com","language":"TypeScript","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/dannysteenman.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"dannysteenman"}},"created_at":"2021-10-23T12:38:45.000Z","updated_at":"2025-03-09T23:56:37.000Z","dependencies_parsed_at":"2024-01-16T21:09:52.242Z","dependency_job_id":"ab410b9d-eb61-4f90-a8e2-36d2b3d0187f","html_url":"https://github.com/dannysteenman/aws-cdk-examples","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dannysteenman%2Faws-cdk-examples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dannysteenman%2Faws-cdk-examples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dannysteenman%2Faws-cdk-examples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dannysteenman%2Faws-cdk-examples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dannysteenman","download_url":"https://codeload.github.com/dannysteenman/aws-cdk-examples/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248137997,"owners_count":21053775,"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":["amazon-web-services","aws","aws-cdk","aws-cdk-construct","cdk","cdk-constructs","cdk-examples","cloudformation","typescript"],"created_at":"2024-08-06T18:01:18.529Z","updated_at":"2025-04-10T00:51:37.449Z","avatar_url":"https://github.com/dannysteenman.png","language":"TypeScript","funding_links":["https://github.com/sponsors/dannysteenman"],"categories":["TypeScript"],"sub_categories":[],"readme":"# [![AWS CDK Examples Banner](./icons/github-header-image.png)](https://towardsthecloud.com)\n\n# AWS CDK Examples\n\nA collection of AWS CDK code samples crafted in TypeScript, featured on my blog at https://towardsthecloud.com/blog\n\n\u003e [!TIP]\n\u003e Struggling with AWS complexity or stuck on-premise? Let's transform your cloud journey.\n\u003e\n\u003e [Schedule a call with me](https://towardsthecloud.com/contact) to find out how I can enhance your existing AWS setup or guide your journey from on-premise to the Cloud.\n\u003e\n\u003e \u003cdetails\u003e\u003csummary\u003e☁️ \u003cstrong\u003eDiscover more about my one-person business: Towards the Cloud\u003c/strong\u003e\u003c/summary\u003e\n\u003e\n\u003e \u003cbr/\u003e\n\u003e\n\u003e Hi, I'm Danny – AWS expert and founder of [Towards the Cloud](https://towardsthecloud.com). With over a decade of hands-on experience, I specialized myself in deploying well-architected, highly scalable and cost-effective AWS Solutions using Infrastructure as Code (IaC).\n\u003e\n\u003e #### When you work with me, you're getting a package deal of expertise and personalized service:\n\u003e\n\u003e - **AWS CDK Proficiency**: I bring deep AWS CDK knowledge to the table, ensuring your infrastructure is not just maintainable and scalable, but also fully automated.\n\u003e - **AWS Certified**: [Equipped with 7 AWS Certifications](https://www.credly.com/users/dannysteenman/badges), including DevOps Engineer \u0026 Solutions Architect Professional, to ensure best practices across diverse cloud scenarios.\n\u003e - **Direct Access**: You work with me, not a team of managers. Expect quick decisions and high-quality work.\n\u003e - **Tailored Solutions**: Understanding that no two businesses are alike, I Custom-fit cloud infrastructure for your unique needs.\n\u003e - **Cost-Effective**: I'll optimize your AWS spending without cutting corners on performance or security.\n\u003e - **Seamless CI/CD**: I'll set up smooth CI/CD processes using GitHub Actions, making changes a breeze through Pull Requests.\n\u003e\n\u003e *My mission is simple: I'll free you from infrastructure headaches so you can focus on what truly matters – your core business.*\n\u003e\n\u003e Ready to unlock the full potential of AWS Cloud?\n\u003e\n\u003e \u003ca href=\"https://towardsthecloud.com/contact\"\u003e\u003cimg alt=\"Schedule your call\" src=\"https://img.shields.io/badge/schedule%20your%20call-success.svg?style=for-the-badge\"/\u003e\u003c/a\u003e\n\u003e \u003c/details\u003e\n\n## How to run the code from the examples\n\nTo run a Typescript example, execute the following:\n\n```\n$ npm install -g aws-cdk\n$ cd EXAMPLE_DIRECTORY\n$ npm install\n$ cdk synth\n$ cdk deploy\n```\n\nThen, to dispose of the stack/s afterwards\n\n```\n$ cdk destroy\n```\n\n## Table of Contents\n\n| AWS CDK Example                                                                                    | Description                                                           | Blogpost link                                                                                            |\n| -------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- |\n| [application-load-balanced-fargate-service](./application-load-balanced-fargate-service/README.md) | Create an Application Load Balanced Fargate Service in AWS CDK        | [Click here](https://towardsthecloud.com/aws-cdk-application-load-balanced-fargate-service)              |\n| [cloudfront-s3-origin](./cloudfront-s3-origin/README.md)                                           | Create a CloudFront distribution with an S3 bucket as origin          | .                                                                                                        |\n| [custom-role-lambda-function](./custom-role-lambda-function/README.md)                             | Create a custom IAM role for an AWS Lambda function                   | [Click here](https://towardsthecloud.com/aws-cdk-custom-role-lambda-function)                            |\n| [aws-cdk-dependson-relation](./custom-role-lambda-function/README.md)                              | Create a DependsOn relation between resources in AWS CDK              | [Click here](https://towardsthecloud.com/aws-cdk-dependson-relation)                                     |\n| [openid-connect-bitbucket](./openid-connect-bitbucket/README.md)                                   | Create a Bitbucket OpenID Connect (OIDC) provider in AWS CDK          | [Click here](https://towardsthecloud.com/aws-cdk-openid-connect-bitbucket)                               |\n| [openid-connect-github](./openid-connect-github/README.md)                                         | Create a GitHub OpenID Connect (OIDC) provider in AWS CDK             | [Click here](https://towardsthecloud.com/aws-cdk-openid-connect-github)                                  |\n| [rds-with-cloudwatch-alarms](./rds-with-cloudwatch-alarms/README.md)                               | Create an Amazon RDS instance with custom CloudWatch alarms           | .                                                                                                        |\n| [scheduled-fargate-task](./scheduled-fargate-task/README.md)                                       | Create a Scheduled Fargate Task example in AWS CDK                    | [Click here](https://towardsthecloud.com/aws-cdk-scheduled-fargate-task)                                 |\n| [scheduled-rds-stop-and-start](./scheduled-rds-stop-and-start/README.md)                           | Create a Scheduled stop and start function for an Amazon RDS Instance | [Click here](https://aws.amazon.com/blogs/database/schedule-amazon-rds-stop-and-start-using-aws-lambda/) |\n| [share-resources-across-stacks](./share-resources-across-stacks/README.md)                         | Create a stack where you share resources to another stack             | [Click here](https://towardsthecloud.com/share-resources-across-stacks-aws-cdk)                          |\n\n---\n\n## Author\n\n[Danny Steenman](https://towardsthecloud.com/about)\n\n[![](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge\u0026logo=linkedin\u0026logoColor=white)](https://www.linkedin.com/in/dannysteenman)\n[![](https://img.shields.io/badge/X-000000?style=for-the-badge\u0026logo=x\u0026logoColor=white)](https://twitter.com/dannysteenman)\n[![](https://img.shields.io/badge/GitHub-2b3137?style=for-the-badge\u0026logo=github\u0026logoColor=white)](https://github.com/dannysteenman)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdannysteenman%2Faws-cdk-examples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdannysteenman%2Faws-cdk-examples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdannysteenman%2Faws-cdk-examples/lists"}