Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/dannysteenman/aws-cdk-examples

A repository that contains AWS CDK code examples from my blog https://towardsthecloud.com
https://github.com/dannysteenman/aws-cdk-examples

aws aws-cdk cdk cdk-constructs cdk-examples cloudformation

Last synced: 3 months ago
JSON representation

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

Lists

README

        

# 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](./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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |

---

## Author

**[Danny Steenman](https://github.com/dannysteenman)**



---

## Support my work

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