If I wanted to do a Serverless Fx-esque simple SSR...
# general
m
If I wanted to do a Serverless Fx-esque simple SSR'd webapp that's AWS focused with Lambda + ApiGateway + S3 + Route 53 (and possibily Cloudfront), is there a recommend example/package I should use?
@pulumi/cloud
seems to have the the nice
HttpServer
abstraction, but it's not clear what the status of that package is. It sounds like
@pulumi/awsx?
would be the next best consideration here, but it's not clear how I'd put all these pieces together simply