0.1.0 • Published 3 years ago
aws-openapi-ui v0.1.0
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
0.1.0
3 years ago