[Cloudformation] Deploying Cloudformation Change Sets without InvalidChangeSetStatus Error
How I solved the InvalidChangeSetStatus error in AWS CloudFormation GitHub Actions deploys by waiting for the change set to be ready before executing.
GHA
How I solved the InvalidChangeSetStatus error in AWS CloudFormation GitHub Actions deploys by waiting for the change set to be ready before executing.
Setups to deploy a Next.js app with Static Site Generation (SSG) to AWS S3 using GitHub Actions.