Hacker News new | ask | show | jobs
by m3h 692 days ago
SST[1] looks pretty cool. Does it replicate the entire infrastructure Vercel attempts to provide you regarding hosting (such as CDN, caching, etc)?

[1]. https://sst.dev/

1 comments

It leverages AWS’ infrastructure, your app code runs on lambda and you get a cloudfront (AWS CDN) distribution link.

You can add to the built-in constructs via CDK (urgh) or pulumi (with SST ion).