aws-openapi-ui
v0.1.0
Published
cdk construct for adding a swagger ui interface to your api
Readme
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
📝 License
Distributed under the MIT License. See LICENSE for more information.
Acknowledgements
- https://github.com/swagger-api/swagger-ui

