does anyone have any general guidance on how to set up an SSR app with SST? so basically initial deployment would look like this:
• SST creates resources to host the SSR web app (S3, API Gateway, CloudFront)
• The SSR application is built/minified (whatever it is.. Nuxt, Vite, etc)
• The Lambda function that sits behind API Gateway is deployed (entry point to the app + back-end SSR code)
• The front-end portion of the web app is copied to S3