Hi! There is any guide on how to implement step fu...
# help
g
Hi! There is any guide on how to implement step functions using sst? Thanks
a
I want that too.
I think is nothing special for now.
Maybe just CDK?
t
yeah the cdk docs are decent for this, I was able to implement sfns back when I was a bigger dummy about AWS
f
Just replace
lambda.Function
with
sst.Function
everywhere 🙂
a
I think @thdxr said he has some ideas on how to make this better 👀 .
t
I said I had no ideas except one tiny one
haha
Their chaining API is what I would do, maybe can make it a bit less verbose with first class support for sst.Function but no big ideas other than that
f
@Gabriel Araújo any luck with step functions? Let us know if u need anything.
g
Hey Frank! Thanks for the help. Yep it worked as you said using the CDK example.. and replacing with the sst.Function.