我需要一個包含多個步驟的AWS Step函數,如下所示
Start >>
Step 1 [ Lambda ] >>
Step 2 [ Lambda that calls itself multiple times and send out a SNS message when done ] >>
Step 3 [ needs to be triggered only when the SNS message is received ] >>
End
如何讓步驟3等待SNS消息?
我需要一個包含多個步驟的AWS Step函數,如下所示
Start >>
Step 1 [ Lambda ] >>
Step 2 [ Lambda that calls itself multiple times and send out a SNS message when done ] >>
Step 3 [ needs to be triggered only when the SNS message is received ] >>
End
如何讓步驟3等待SNS消息?
公眾號:1024技術圈
?? 提供互聯網知識和資訊,分享IT前沿技術,熱門資源,大廠面試題 ??
你不能,但你可以在不使用SNS的情況下將步驟2的結果發送到步驟3
確保在此處閱讀Output/Input/Result上的文檔https://docs.aws.amazon.com/step-functions/latest/dg/concepts-input-output-filtering.html