Hi everyone. I know it's late. Just leaving this ...
# help
d
Hi everyone. I know it's late. Just leaving this here. Migrating some backend resources from CDK to SST. We have a lambda that creates a chime instance. In CDK we created a custom resource to trigger this lambda on the first stack deploy and we passed the output (chime instance ARN) to other resources in the stack. Was looking into
sst.Script
but haven't seen a way where we can get the output of the script, so was wondering if the use case for
sst.Script
fit my situation. Would you recommend just sticking with the CDK custom resource?
d
The guys can CHIME 🤪 in, but I would recommend you just maintain the custom resource as I do not believe this is a valid use case for
Script
.
d
Yea I thought so. Thanks for the response