awslabs / aws-api-gateway-developer-portal

A Serverless Developer Portal for easily publishing and cataloging APIs
Apache License 2.0
930 stars 401 forks source link

OpenAPI v3 Support #321

Open matthewtrask opened 4 years ago

matthewtrask commented 4 years ago

Hi, I noticed in the example YAML file that you are referencing Swagger 2.0, which has since become the OpenAPI Specification. Is OpenAPI version 3 supported as well? Or is there plans for it to be supported in the future? I don't know what it would take but if you are already supporting Swagger v2, OpenAPI v3 should be a straight forward upgrade path.

Thank you so much!