Skip to content

SYSTEM Cited by 1 source

AWS CDK

AWS Cloud Development Kit (CDK) is AWS's imperative IaC framework: developers describe infrastructure in TypeScript / Python / Java / Go / .NET, and the CDK synthesises CloudFormation templates at build time. Its load-bearing abstraction is the Construct — a reusable, typed, versioned infrastructure component that can be shared across teams or open-sourced.

Role for this wiki

CDK appears as the substrate for reusable subscriber constructs in event-driven architectures — patterns/reusable-subscriber-constructs canonically realized by Amazon Key as a custom construct library over systems/amazon-eventbridge: new Subscription(scope, id, { name, application: { region } }) provisions a dedicated subscriber event bus + cross-account IAM + monitoring + alerting in ~5 lines.

Seen in

Last updated · 200 distilled / 1,178 read