API Gateway: Difference between "Maximum integration timeout" and "TimeoutInMillis"

0

Can someone help me understand the difference between API Gateway's TimeoutInMillis and the quota Maximum integration timeout described in the Amazon API Gateway quotas and important notes

The first has a maximum of 29 seconds whilst the other has a maximum of 30 seconds. It doesn't seem to make sense to have the API Gateway timeout after 29 seconds but allow for a greater timeout for integration points.

Also where on the AWS console can I find the current value for those two settings? I found an old post saying it was on the "Integration Request" but there is no such setting.

1回答
0
承認された回答

REST vs. HTTP APIs. REST has a maximum of 29 while HTTP has a maximum of 30.

For REST, it is listed in the Integration, select the METHOD (GET for example), then on the bottom, there is "Use Default Timeout". Unselect it and you should be able to change the custom timeout between 50ms to 29s.

For HTTP, it is under Integration Details, Advanced Settings.

REST is also known as v1, and HTTP is known as V2. API Gateway HTTP APIs is not at parity with REST, but has better latency, cheaper, and will be the future. More parity features will be forthcoming.

AWS
sang_k
回答済み 3年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ