aws-openapi-ui
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i aws-openapi-ui

Weekly Downloads

0

Version

0.1.0

License

MIT

Unpacked Size

19 MB

Total Files

29

Last publish

Collaborators

  • josuablejeru