API Gateway calling Step Functions - a direct integration from an API to a state machine workflow

Поділитися
Вставка
  • Опубліковано 11 вер 2024
  • If for whatever reason you want to trigger a Step Functions state machine workflow through API Gateway by exposing a HTTPS endpoint you can do that by creating a direct integration between API Gateway and AWS Step Functions. In this video I am going to show you step by step how to set up the Step Functions state machine, create the necessary IAM role and set up API Gateway to invoke the state machine asynchronously or synchronously.
    If you liked this video please click on the like button! There's a new video on Majestic.cloud once a week so if you want to stay updated and don't want to miss any new videos then please subscribe to the channel!
    Visit the site: majestic.cloud
    Follow me on Twitter:
    / lacisoft (László)
    / cloud_majestic (Majestic.cloud)
    Follow on Facebook: / majesticcloudcomputing

КОМЕНТАРІ • 7

  • @killiankavanagh3854
    @killiankavanagh3854 Місяць тому

    great video

  • @fraserf-j986
    @fraserf-j986 7 місяців тому

    Great Video!! Helped alot.

  • @TheTopProgrammer
    @TheTopProgrammer 11 місяців тому +4

    How can I avoid the weird format issue for the input body. instead of having to do the \'Name\. is there a way to get around that if I am passing in standard json data for my post request?

    • @JonnyDevs
      @JonnyDevs 5 днів тому

      Did you find a way to use standard json?

    • @TheTopProgrammer
      @TheTopProgrammer 5 днів тому

      @@JonnyDevs I don’t think so, ended up switching teams/companies in the past 10 months so hopefully the person working on it now can share. Looks like my comment got a few likes so seems like it is a common issue.