I have an existing sls application (an app not cre...
# sst
s
I have an existing sls application (an app not create by
sst start
),how can i benefit from sst? Is it even possible?
r
You'd need to migrate it to use sst constructs to make use of
sst start
s
Thanks, Ross
f
Hey @Shuo Yang, you can also have SST setup along side SLS, and have new resources created in SST. And overtime, migrate the existing resources over.
Things like SNS Topics, Crons are easier to move around. S3 Buckets and DynamoDBs are tricker.
a
Nice to know that we can run both together.
f
Yeah, Seed is running on both. The core stuff is moved to SST, but it still has a long tail of services that are still in SLS.
s
@Frank
sst start
will have the debug stub run on cloud, and
sst deploy
will stripe out the stub and deploy the real lambda stack, is that correct?
f
Yup!