Am looking for a way to have a full-stack SST app ...
# help
j
Am looking for a way to have a full-stack SST app that integrates nicely with the pattern of having Authentication completely handled by an ALB. This pattern is described in the blog - https://www.figma.com/blog/inside-figma-securing-internal-web-apps/
Currently (from what I’ve read) the default way to do full stack web apps using SST is distributing via Cloudfront - which I don’t think quickly works with ALB. One option could be setting up a simple lambda (behind api gateway) to serve static files from an s3 bucket? I’d forgo the cloudfront speed, but an API gateway could only be accessible via the load balencer?
Does anyone have any thoughts?