nideveloper / CDK-SPA-Deploy

This is an AWS CDK Construct to make deploying a single page website (Angular/React/Vue) to AWS S3 behind SSL/Cloudfront easier
MIT License
235 stars 40 forks source link

chaining together API GW with SPA deploy? #470

Open kenmacf2 opened 2 years ago

kenmacf2 commented 2 years ago

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?