0.1.0 • Published 3 years ago

aws-openapi-ui v0.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

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

"Buy Me A Coffee"

📝 License

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

Acknowledgements