-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
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
apigateway: "methodResponses" is missing from MethodOptions #905
Closed
eladb opened this issue
Oct 11, 2018
· 6 comments
· Fixed by #2960 or MechanicalRock/tech-radar#14 · May be fixed by MechanicalRock/cdk-constructs#5, MechanicalRock/cdk-constructs#6 or MechanicalRock/cdk-constructs#7
Closed
apigateway: "methodResponses" is missing from MethodOptions #905
eladb opened this issue
Oct 11, 2018
· 6 comments
· Fixed by #2960 or MechanicalRock/tech-radar#14 · May be fixed by MechanicalRock/cdk-constructs#5, MechanicalRock/cdk-constructs#6 or MechanicalRock/cdk-constructs#7
Labels
@aws-cdk/aws-apigateway
Related to Amazon API Gateway
feature-request
A feature should be added or improved.
Comments
rix0rrr
added
feature-request
A feature should be added or improved.
and removed
feature-request
A feature should be added or improved.
feature
labels
Nov 6, 2018
Is anyone working on this? I was thinking of picking this up. |
@john-shaskin go ahead, it's all yours! ❤️ |
Getting a PR together for this shortly. |
Addressed in #1572 |
Hi is there any update on when this will be deployed? |
The PR is awaiting a second review. I’ll do some prodding. |
4 tasks
eladb
pushed a commit
that referenced
this issue
Jun 27, 2019
…d validators (#2960) Fixes #905: "apigateway: "methodResponses" is missing from MethodOptions" Fixes #1695: apigateway: missing support for models Fixes #727: API Gateway: improve API for request parameters and responses Fixes #723: API Gateway: missing features Fixes #2957: RestApi to use logical id as a name for APIs instead of name of current construct Adds support for JsonSchema in Model Aligns Model to the PhysicalName convention. No breaking change, documentation updated
This was referenced Aug 22, 2019
This was referenced Dec 12, 2019
This was referenced Dec 13, 2019
This was referenced Jan 20, 2020
This was referenced Sep 24, 2024
Open
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
@aws-cdk/aws-apigateway
Related to Amazon API Gateway
feature-request
A feature should be added or improved.
For some reason,
methodResponses
is missing from the API GatewayMethod
construct.The text was updated successfully, but these errors were encountered: