Use the AWS CLI in a CDK ShellStep (pipeline) step – Amazon web services
I have a CDK Pipeline stack that synths and deploys some infrastructure. After the infrastructure is created, I want to build a frontend react app that knows the URL to the newly constructed API Gateway. Once the app is built,…