Deploying your static website with a Github Action
Authenticate GitHub with OpenID Connect to deploy your CDK project to your AWS Organization
After making an AWS CDK project one of the first thing you will realize is that you don’t want to keep running cdk deploy to update your production environment. This is a fine way of working when you …
