It's in preview-ish still, but is there plans to u...
# guide
r
It's in preview-ish still, but is there plans to update https://docs.serverless-stack.com/migrating/serverless-framework in light of CDK adding official support for importing existing resources into CDK stacks? This is the biggest thing that concerns my teams since we have a lot of a Serverless FX repos with active prod deployments, and the overheard of conversion is pretty scary.
f
For anyone looking to try out CDK import, you can actually run
sst cdk import
. The CDK commands work in this fashion.
@Richard Simpson Yeah I see your bigger point of making the migration easier from SLS.
Are there specific resources that are more painful to manually migrate/recreate ie. DB, Buckets?
We can prioritize for those first.
r
I think just the basics of Gateway, Function, & Dynamo would hit the concerns. Probably function less so since you can recreate them