Generate and serve a UI for your openapi definition with AWS CDK
$ yarn add aws-openapi-ui
new AwsOpenapiUi(scope, 'my-service', {
openapiPath: '<path-to-spec>',
servers: [
'api.foo.com',
'dev.api.foo.com'
]
})
Distributed under the MIT License. See LICENSE for more information.