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
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 |