MockIntegration requestTemplate incorrect example #5997
Labels
@aws-cdk/aws-apigateway
Related to Amazon API Gateway
docs/inline
Related to inline documentation of the API Reference
effort/small
Small work item – less than a day of effort
in-progress
This issue is being actively worked on.
p2
link to reference doc page:
https://docs.aws.amazon.com/cdk/api/latest/docs/@aws-cdk_aws-apigateway.IntegrationOptions.html
describe your issue:
property "requestTemplates" has incorrect example. Given example -
{ "application/json": "{\n "statusCode": "200"\n}" }
, but instead should be{ "application/json": "{\n "statusCode": 200\n}" }
. I'm getting an error that statusCode should be a number.This is a 📕 documentation issue
The text was updated successfully, but these errors were encountered: