Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 1.04 KB

README.md

File metadata and controls

20 lines (12 loc) · 1.04 KB

Build

CDK Bootstrap

To be able to use AWS CDK we first need to deploy some dependencies which allow CDK to operate in our respective accounts.

Check out the official CDK bootstrapping documentation

Deployment

To deploy this repository there are a few repository secrets that we need to set. To add secrets against the repository checkout the official documentation on how to achieve this.

These secret variables are:

Variable Description
ACCOUNT_ID The AWS Account ID
AWS_ACCESS_KEY_ID The IAM user Access Key ID
AWS_SECRET_ACCESS_KEY The IAM user Secret Access Key