Assume that I have an Angular app which calls a backend deployed on API Gateway via CDK. Is there a best practice for executing my APIGW CDK, gathering outputs, and using them as inputs for SPA Deploy, so that I can deploy both frontend and backend as one logical unit?
Assume that I have an Angular app which calls a backend deployed on API Gateway via CDK. Is there a best practice for executing my APIGW CDK, gathering outputs, and using them as inputs for SPA Deploy, so that I can deploy both frontend and backend as one logical unit?