AWS API Gateway Service Orchestration

时间:2019-05-31 11:38:55

标签: amazon-web-services orchestration

Is there any way to orchestrate the micro services from API gateway? I have two micro servicess and I am tring to aggregate the data from the API gateway. Tried with STEP function but it is asynchronized in nature.

Request will come to the API gateway, we need to call multiple services and aggregate the data and send it back

1 个答案:

答案 0 :(得分:0)

您可以尝试使用lambda函数来汇总不同的服务响应。

aws lambda aggregation