.NET CDK ignores integration options & method responses in API Gateway methods #1904
Labels
@aws-cdk/aws-apigateway
Related to Amazon API Gateway
bug
This issue is a bug.
language/dotnet
Related to .NET bindings
p0
Regardless what is set in MethodResponses and IntegrationOptions, the cdk synth command output cloud formation wouldn't have those configuration as part of its Cloud Formation output when using cdk for .NET.
Here is the .NET C# code, you can see there are some configurations related to Status code 200
Here is the Cloud Formation Output from cdk synth command and no integration configuration nor the method response configuration
The text was updated successfully, but these errors were encountered: