Ryan
11/19/2021, 2:11 PMsst.Script
?
Should I temporarily convert it to a sst.Function
and then call it manually?Blake E
11/19/2021, 5:00 PMsst.Script
function handler as well as a vanilla sst.Funtion
that you could more easily invoke.
but sst.Script is a lambda function underneath isn’t it? should be able to find and invoke that separately from any CDK hook/stack.Frank
Frank
sst.Script
. I think converting it to an sst.Function
might be the best at the moment.Frank
Ryan
11/20/2021, 12:02 AM