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?
Excelent, I dit it with your Help. Thanks a lot!
This is awesome :). What would be the max timeout for this?
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?
Using this step function feature, can we trigger an application URL hosted (ECS) in a private subnet?
If you are going to design an application to manage a Rent-a-car, what type of DYNAMODB or RDS database is recommended ?
Awesome tutorial 🙌🏽
Do you know if SF can call a http endpoint in a VPC?
A private endpoint you are referring?
@@foobar_codes yes private endpoint
docs.aws.amazon.com/step-functions/latest/dg/vpc-endpoints.html
Hope this helps