i get a little confused because the serverless sta...
# general
c
i get a little confused because the serverless stack website and guide still use the serverless framework predominantly
j
Hey Cole, yeah the guide needs an update. But a lot of folks in this community are looking to migrate to SST but have an existing Serverless Framework app. So we added this to our docs https://docs.serverless-stack.com/migrating-from-serverless-framework. You should be able to use SST to replace Serverless Framework.
c
Thanks.
I’m just trying to get a feel for what I should do for learning SST. Do I just try to recreate a Serverless Framework situation using SST only, etc.
j
We have a list of examples here that can help get you started https://serverless-stack.com/examples/. There are people that are doing what you mentioned, recreating the guide for example but only using SST. That works as well.
c
Thanks. It’ll be fun to learn and figure out.
@Jay - one other quick question while we’re here - is it required to have the
/lib
and
/src
folder structure for SST apps? i’m not a fan of the
lib
name and might want to call it something like
infrastructure
or something.
j
Yeah it's based on what CDK uses. So we defaulted to
lib/
. But we have a feature request for this, https://github.com/serverless-stack/serverless-stack/discussions/180. Vote it up, if you'd like to see it implemented!
c
I upvoted everything on that discussion page.
j
haha nice