leegilmorecode / cdk-stack-dependencies

In this article, we will cover the different methods for having ordered stack dependencies in your AWS CDK apps, with examples written in TypeScript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AWS CDK Stack Dependencies

In this article, we will cover the different methods for having ordered stack dependencies in your AWS CDK apps, with examples written in TypeScript.

image

The associated article can be found here: https://blog.serverlessadvocate.com/aws-cdk-stack-dependencies-1d42a18aaec2

Deploying

In each of the two approach folders run npm run deploy

Note: There are costs associated with running the solution and this is non production ready as an example only.

About

In this article, we will cover the different methods for having ordered stack dependencies in your AWS CDK apps, with examples written in TypeScript.


Languages

Language:TypeScript 89.1%Language:JavaScript 10.9%