Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.22 KB

README.md

File metadata and controls

33 lines (25 loc) · 1.22 KB

AWS Openapi UI

Generate and serve a UI for your openapi definition with AWS CDK

Installation

$ yarn add aws-openapi-ui

🚀 Example usage

new AwsOpenapiUi(scope, 'my-service', {
    openapiPath: '<path-to-spec>',
    servers: [
        'api.foo.com',
        'dev.api.foo.com'
    ]
  })

✌️ Get in touch with me

Personal Website Twitter LinkedIn "Buy Me A Coffee"

📝 License

Distributed under the MIT License. See LICENSE for more information.

Acknowledgements