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?