Api gateway get output results from step function?

后端 未结 4 1987
别那么骄傲
别那么骄傲 2020-12-14 19:07

I followed tutorial on creating and invoking step functions

I\'m getting output in my GET request of api as

 {
  \"executionArn\": \"arn:aws:states:         


        
4条回答
  •  南笙
    南笙 (楼主)
    2020-12-14 19:23

    New Synchronous Express Workflows for AWS Step Functions is the answer: https://aws.amazon.com/blogs/compute/new-synchronous-express-workflows-for-aws-step-functions/

    Amazon API Gateway now supports integration with Step Functions StartSyncExecution for HTTP APIs: https://aws.amazon.com/about-aws/whats-new/2020/12/amazon-api-gateway-supports-integration-with-step-functions-startsyncexecution-http-apis/

提交回复
热议问题