Hacker News new | ask | show | jobs
by Cartographer54 568 days ago
I've been using SST to deploy my lambdas and it's solved most of the issues mentioned in the article. It's a higher level abstraction over cdk/cloud formation that gets rid of a lot of common boilerplate when messing with aws infra. Cold starts and cost are obviously unaffected but deploying in multiple environments and local testing is super easy
1 comments

SST is the best serverless/lambda dev/deploy experience out there right now (at least for NodeJS/TS).

I really wish it supported Bref (PHP) out of the box as well because I really enjoy the way SST does stuff but TS is the best supported.