Skip to content

guardian/cdk

This branch is up to date with main.

Folders and files

NameName
Last commit message
Last commit date
Jan 14, 2025
Oct 18, 2024
Apr 13, 2022
Jul 14, 2021
Oct 18, 2024
Jan 15, 2024
Jan 10, 2025
Jan 14, 2025
Nov 19, 2020
Nov 19, 2020
Mar 28, 2023
Oct 5, 2023
Feb 7, 2024
Nov 19, 2020
Jan 14, 2025
Feb 17, 2022
Sep 30, 2022
Oct 3, 2022
Jul 26, 2021
Jan 22, 2025
Jan 22, 2025
Aug 12, 2022
Jul 15, 2024
May 24, 2021
Jun 13, 2023

Repository files navigation

Guardian CDK Library

npm CD

The AWS Cloud Development Kit (AWS CDK) is an open-source software development framework to define cloud infrastructure in code and provision it through AWS CloudFormation.

@guardian/cdk builds on CDK to provide Guardian-specific patterns and constructs. It is an opinionated and secure-by-default way to describe and provision your AWS resources.

Jump to:

Quickstart

@guardian/cdk expects certain Parameter Store values to be present - for example, VPC IDs, and the location of dist buckets. To check for account readiness and fix any issues, run:

npx @guardian/cdk@latest account-readiness --profile [profile]

Once you've confirmed that your account is ready, you can start provisioning your infrastructure.

Tip: Setting up a new project? Start here!

Tip: Migrating an app? See the Migration Guide for more detail.

Tip: New to CDK? The AWS CDK Developer Guide is worth a read.

Contributing

We welcome contributions to @guardian/cdk!

To get started, please read our Contribution Guidelines.