Call Your AWS Step Functions With API Gateway

Поділитися
Вставка

КОМЕНТАРІ • 17

  • @ousseynoungom9937
    @ousseynoungom9937 Рік тому +1

    You save me for the second time bro. It's time for me to subscribe now😁😁😁😁😁

    • @KnowledgeAmplifier1
      @KnowledgeAmplifier1  Рік тому

      😅Glad to hear the video is helpful to you Ousseynou Ngom! Happy Learning

  • @JobelleSarmiento-cs3ty
    @JobelleSarmiento-cs3ty Рік тому +2

    can the api return the output of the stepfunction to the caller?

  • @iamaashishpatel
    @iamaashishpatel 8 місяців тому

    What is the best options to call API EP without passing stateMachineArn ARN in API Request body?

  • @ph2hcom83
    @ph2hcom83 Рік тому +1

    straight to the point -- well explained

  • @hammoithin191
    @hammoithin191 Рік тому +1

    From api gateway step function executed -> step function invokes a lambda function.
    we can directly call a lambda from api gateway through lambda proxy integration
    so what is the usecase of this please

    • @KnowledgeAmplifier1
      @KnowledgeAmplifier1  Рік тому +1

      Hello Hammo Ithin, your point is correct that in this case , if we trigger AWS Lambda directly using API Gateway , we would have received same outcome but here the main motive of this video to explain how to trigger a step function using API Gateway , so I took a very simple step function containing a simple lambda function , you can trigger very complex workflows (created using AWS Step & having multiple steps) also using the same approach ...

  • @puneetbhatia7527
    @puneetbhatia7527 Рік тому +1

    any idea on how to trigger a step function when an ETL(informatica) on prem job completes?

    • @KnowledgeAmplifier1
      @KnowledgeAmplifier1  Рік тому

      You can try one way (there might be some better way Puneet) , once the on-prem job is finished , you can call api (created using API Gateway) from on-prem ETL tool , the api will trigger AWS Step Function as explained in this video ...
      And to get info whether the Step Function executed successfully or not , you can send notification in the last step of Step Function 🙂

  • @ousseynoungom9937
    @ousseynoungom9937 Рік тому +1

    Simple and accurate

  • @AryamanTyagi
    @AryamanTyagi 2 роки тому +1

    when i print(event) it prints {} emtpy backets

    • @KnowledgeAmplifier1
      @KnowledgeAmplifier1  2 роки тому

      Aryaman Tyagi, are you sending data/payload with the post request?

  • @nayannandakumar2917
    @nayannandakumar2917 2 роки тому

    instead of post can we use get??

    • @srinivasn1430
      @srinivasn1430 2 роки тому

      No, only the POST method is allowed as we have to pass the stateMachineArn through the request body from API Gateway

  • @kalibattula7450
    @kalibattula7450 2 роки тому +1

    🙏🙏🙏