How to Invoke AWS step function using API gateway?
问题 According to Amazon's documentation, step function can be invoked using HTTP API. Step Functions can be accessed and used with the Step Functions console, the AWS SDKs, or an HTTP API. I tried to search the detailed information, but can't seem to find any good ones. Does anyone know how to invoke AWS step function using API gateway, similar to the way it invokes Lambda functions? 回答1: If you need to call StepFunction from API Gateway, it's now possible and described well in docs: https://docs