We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Presently the plugin doesn't support enabling X-Ray for API Gateway Stage and controlling full exhaustive list of Method Settings variables.
Use Case:
stageSettings: CacheClusterEnabled: true CacheClusterSize: '0.5' TracingEnabled: Boolean Variables: foo: bar baz: xyzzy # MethodSettings:Use this to overwrite above global settings at each method level. # Type: List of MethodSetting MethodSettings: - CacheDataEncrypted: Boolean CacheTtlInSeconds: Integer CachingEnabled: Boolean DataTraceEnabled: Boolean HttpMethod: String LoggingLevel: String MetricsEnabled: Boolean ResourcePath: String ThrottlingBurstLimit: Integer ThrottlingRateLimit: Double ... - CacheDataEncrypted: Boolean CacheTtlInSeconds: Integer CachingEnabled: Boolean ... ...``` I will submit a PR for this.
The text was updated successfully, but these errors were encountered:
refs leftclickben#30 add support for X-Ray and full MethodSettings
4fc7583
refs leftclickben#30 update tests
308ed07
Successfully merging a pull request may close this issue.
Uh oh!
There was an error while loading. Please reload this page.
Presently the plugin doesn't support enabling X-Ray for API Gateway Stage and controlling full exhaustive list of Method Settings variables.
Use Case:
The text was updated successfully, but these errors were encountered: