Looks like SAM is going to provide something simil...
# general
a
Looks like SAM is going to provide something similar to SST? https://github.com/aws/aws-sam-cli/issues/3264
d
Be interesting to see which one performs better. 😀
f
From chatting with some folks in the SAM community, the time to sync changes is expected to be around 1~5s. It will be slightly faster than deploying a single function from scratch.
d
The serverless.com team has this cloud feature now too. https://www.serverless.com/cloud Buuuuut, I still prefer the ergonomics of SST and CDK.
f
Yeah, they seem to be moving more towards closed-source. Saw some discussion the other day https://serverless-stack.slack.com/archives/C01HYQRUGG6/p1631276842053500
As for the dev experience, they are taking the approach of watching file changes and deploying it to their infrastructure. It says “sub-5-second code synchronization”. We actually tried out that approach with an early version of SST, but didn’t feel fast enough 🤔
d
Oh I’m late. That was a fun thread.