[API Gateway] Method Overrides Should Display Caching Status

0

When I have overrides applied to my cache settings, I don't see them after selecting the method of my request in the Stages section of API Gateway. Some of my settings are visible, but my cache settings are not.

Enter image description here

Zach S
asked 3 months ago109 views
1 Answer
0

Hi,
You need to enable the staging cache in advance, and then you can see the cache settings in your "Edit method overrides".

Note[1]: When you enable caching for a stage, only GET methods have caching enabled by default. This helps to ensure the safety and availability of your API. You can enable caching for other methods by overriding method settings[2].
在此处输入图片描述

[1]https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-caching.html#enable-api-gateway-caching
[2]https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-caching.html#override-api-gateway-stage-cache-for-method-cache

profile picture
answered 3 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions