Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 787 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 787 Bytes

oas-converter-lambda

Code for an AWS lambda function to convert API Definitions (schemas) from OAS2.0 to OAS3.0

Works in conjunction with the Convert OAS 2.0 to 3.0 Postman collection.

Lambda interface

You'd think I'd have an OAS spec for this, wouldn't ya? 🤡

https://<lambda_url>?outputFileFormat=<json|(yaml|yml)>&inputFileFormat=<json|(yaml|yml)>&inputAPIType=swagger_2&outputAPIType=openapi_3