Skip to content

Instantly share code, notes, and snippets.

@thanakijwanavit
Created February 20, 2021 23:18
Show Gist options
  • Save thanakijwanavit/bc87f2602c6a14dedddc9aa79d8e3d7b to your computer and use it in GitHub Desktop.
Save thanakijwanavit/bc87f2602c6a14dedddc9aa79d8e3d7b to your computer and use it in GitHub Desktop.
methodSettings in api gateway
- /deploymentId,
- /description,
- /cacheClusterEnabled,
- /cacheClusterSize,
- /clientCertificateId,
- /accessLogSettings,
- /accessLogSettings/destinationArn,
- /accessLogSettings/format,
- /{resourcePath}/{httpMethod}/metrics/enabled,
- /{resourcePath}/{httpMethod}/logging/data Trace,
- /{resourcePath}/{httpMethod}/logging/loglevel,
- /{resourcePath}/{httpMethod}/throttling/burstLimit/{resourcePath}/{httpMethod}/throttling/rateLimit/{resourcePath}/{httpMethod}/caching/ttlInSeconds,
- /{resourcePath}/{httpMethod}/caching/enabled,
- /{resourcePath}/{httpMethod}/caching/dataEncrypted,
- /{resourcePath}/{httpMethod}/caching/requireAuthorizationForCacheControl,
- /{resourcePath}/{httpMethod}/caching/unauthorizedCacheControlHeaderStrategy,
- /*/*/metrics/enabled,
- /*/*/logging/dataTrace,
- /*/*/logging/loglevel,
- /*/*/throttling/burstLimit
- /*/*/throttling/rateLimit
- /*/*/caching/ttlInSeconds,
- /*/*/caching/enabled,
- /*/*/caching/dataEncrypted,
- /*/*/caching/requireAuthorizationForCache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment