-
Create a personal github access token with the following scopes:
admin:repo_hook
andrepo
. (It will be used by the CICD pipeline to pull changes from your fork) -
Push token to secrets manager
aws secretsmanager create-secret --name GITHUB_TOKEN --secret-string <YOUR_GITHUB_PERSONAL_ACCESS_TOKEN>
- Install dependencies
make bootstrap
- build CDK package
make build
- deploy
make deploy