🆕 Invoke External endpoints from AWS Step Functions

Поділитися
Вставка
  • Опубліковано 19 січ 2025

КОМЕНТАРІ • 9

  • @agpardo85
    @agpardo85 9 місяців тому +1

    Excelent, I dit it with your Help. Thanks a lot!

  • @waniselabbar746
    @waniselabbar746 10 місяців тому

    This is awesome :). What would be the max timeout for this?

  • @venkatramineni4789
    @venkatramineni4789 9 місяців тому

    Very helpful and clear and concise explanation. I started using this in place of lambda. However, facing issues with optional values in the result. The result selector throws error if the optional fields are present in the response. It seems Choice is one way to handle but I see that it would mean additional cost because of state transition. And if there are multiple optional values, then also it is an issue. It looks lambda is again one of the alternative. Is there any way to address this?

  • @Booyaka61972
    @Booyaka61972 7 місяців тому

    Using this step function feature, can we trigger an application URL hosted (ECS) in a private subnet?

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

    If you are going to design an application to manage a Rent-a-car, what type of DYNAMODB or RDS database is recommended ?

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

    Awesome tutorial 🙌🏽
    Do you know if SF can call a http endpoint in a VPC?

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

      A private endpoint you are referring?

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

      @@foobar_codes yes private endpoint

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

      docs.aws.amazon.com/step-functions/latest/dg/vpc-endpoints.html
      Hope this helps