Josh Hoegen
Results
1
issues of
Josh Hoegen
[The docs](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-stage-routesettings.html) mention one data type, but CloudFormation says `{Object}` is needed... Docs ``` DataTraceEnabled: Boolean DetailedMetricsEnabled: Boolean LoggingLevel: String ThrottlingBurstLimit: Integer ThrottlingRateLimit: Double ``` Our Template ``` LiveStage: Type:...