Hello! I've a stack deployed using the Serverless ...
# guide
v
Hello! I've a stack deployed using the Serverless Framework, which I'm looking to migrate to Serverless Stack in its entirety (ie, move the resource/output definitions to SST). I couldn't find anything on the website to indicate if this is possible; is it? If so, is there a guide/post I could peruse?
s
v
Thanks Seth! Yeah, I've come across this guide. So this would be the ideal behavior, though the example uses a method available only on
Topic
(
fromTopicArn
). Is there a generalized approach for resources that don't implement a method similar to
fromTopicArn
? For example:
CfnLedger
(which refers to a QLDB ledger).