J. Munson
J. Munson

Reputation: 2875

Does AWS API Gateway support OpenAPI 3.0?

I read somewhere in the documentation that AWS API Gateway includes support for Swagger, but Swagger is now more formally known as the OpenAPI specification and has been bumped to major version 3.0.

Upvotes: 9

Views: 4599

Answers (2)

Jmoney38
Jmoney38

Reputation: 3294

AWS API Gateway supports OpenAPI 3.0 since September 27, 2018, both during API import and export:

https://aws.amazon.com/about-aws/whats-new/2018/09/amazon-api-gateway-adds-support-for-openapi-3-api-specification/

Upvotes: 11

Darrel Miller
Darrel Miller

Reputation: 142014

There is a list of tooling that is being built for V3 here https://github.com/OAI/OpenAPI-Specification/blob/master/IMPLEMENTATIONS.md

To my knowledge AWS don't have anything yet. Also, they are one of the few large tech companies that haven't joined the OAI. https://www.openapis.org/membership/members

Upvotes: 9

Related Questions