UNPKG

cdk-openapi-to-http-api

Version:

CDK Construct that lets you build AWS Api Gateway Http Api, backed by Lambdas, based on a OpenAPI spec file.

6 lines (5 loc) 191 B
// `export * as default from ...` fails on Webpack v4 // https://github.com/eemeli/yaml/issues/228 import * as YAML from './dist/index.js' export default YAML export * from './dist/index.js'