Ryan Green
Ryan Green
We are using build_schema() at runtime and there's a significant performance hit (several hundreds ms up to several seconds) I assume it would be much faster to rehydrate a serialized...
@Cito @erikwrede Thanks for looking into this. We will try this out and share our results. From our perspective, we would be fine with a higher one-time cost of building...
@blakeembrey - RAML 1.0 is supported right?
The error message "No method response exists for method" usually means that you don't have a method response defined matching the status code (in this case 401). Here's an example:...
Can you send a sample swagger file so that we can reproduce the issue?
@blakeembrey can you have a look? @kaieongataws is correct in that the method responses should be created before the integration response. I'm not sure if this is a new regression....
@doapp-ryanp Same error message but different root cause. You're missing the referenced 200 response and the definition for the Cache-Control response header. You'll want to add something like this to...
Swagger/OpenAPI import is now generally available in the API Gateway [REST API](http://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-import-api.html), the AWS [CLI](http://docs.aws.amazon.com/cli/latest/reference/apigateway/put-rest-api.html) and all AWS [SDKs](https://aws.amazon.com/tools). You can also import and export Swagger definitions using the API...
Apologies - I've reopened this issue. To be clear, we still want to support RAML, it just hasn't made it into the service yet. If there is enough demand for...
Since API Gateway validates the existence of references in your model schemas, the models must be imported in the correct order from the "leaf" nodes upwards. The import will fail...