Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

AWS step function - Calls REST API

Is it possible to call the REST API from AWS step function?. I want to call the REST APIs that is available in Kubernetes container and thrid party API.

like image 597
Santhosh Kumar Avatar asked Apr 29 '26 21:04

Santhosh Kumar


1 Answers

You would have to call your REST API from a Lambda function: a task state with a lambda function specified as a resource.

See Task - Lambda Functions.

like image 71
jogold Avatar answered May 01 '26 11:05

jogold



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!