Skip to content

josuablejeru/aws-openapi-ui

Repository files navigation

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