简体   繁体   中英

Trigger a Step Function from SNS

I want to execute my step function when an SNS message is published and consume it. What's the best solution for this?

I know that one option is using a Lambda, subscribe to the SNS topic, and then trigger the SF from inside the Lambda....I was wondering if there's any (simpler) solution without this intermediate step.

Unfortunately not SNS. You can invoke a StepFunction from:

  • Lambda
  • API Gateway
  • EventBridge
  • CodePipeline
  • IoT Rules Engine
  • (other) Step Functions

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM