Hello all, I'm fairly new to serverless (and node,...
# help
a
Hello all, I'm fairly new to serverless (and node, aws, etc, in general). I may have just missed it, but is there some kind of document detailing serverless framework vs SST? My new organization heavily uses the former, and while looking at documentation/etc, it seems clear to me the latter is what is newer. I've seen the message on a few pages on the website that the documentation will soon be migrating to use SST, as well.
f
Hey @Alex Tozzi, welcome!
We have a migration guide that talks about some of the differences and what a migration would look like.
a
Hello - and thanks! Just double checking - is this the one? https://docs.serverless-stack.com/migrating-from-serverless-framework
f
But in short, 2 main differences are: 1. In SST, resources are defined in code (js/ts), where as yaml for serverless framework. Here’s a bit on the design principles of SST - https://docs.serverless-stack.com/design-principles 2. And SST’s Live Lambda dev environment. You get really fast iteration speed. More on that here https://docs.serverless-stack.com/live-lambda-development
Yup, that’s the one.