Skip to content

petekip/aws-cdk-examples

 
 

Repository files navigation

AWS CDK Examples

A repository that contains AWS CDK code examples written in Typescript for my blog https://towardsthecloud.com

Running Examples

To run a Typescript example, execute the following:

$ npm install -g aws-cdk
$ cd EXAMPLE_DIRECTORY
$ npm install
$ cdk synth
$ cdk deploy

Then, to dispose of the stack/s afterwards

$ cdk destroy

Table of Contents

AWS CDK Example Description Blogpost link
application-load-balanced-fargate-service Creating an Application Load Balanced Fargate Service in AWS CDK Click here
openid-connect-bitbucket Create a Bitbucket OpenID Connect (OIDC) provider in AWS CDK Click here
openid-connect-github Create a GitHub OpenID Connect (OIDC) provider in AWS CDK Click here
scheduled-fargate-task Creating a Scheduled Fargate Task example in AWS CDK Click here
share-resources-across-stacks Creating a stack where you share resources to another stack Click here

Author

Danny Steenman


Support my work

If you found these AWS CDK examples helpful, please consider showing your support by buying me a coffee.

About

A repository that contains AWS CDK code examples from my blog https://towardsthecloud.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%