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.

3 lines (2 loc) 116 B
import { CollectionTag, ScalarTag } from '../types.js'; export declare const schema: (ScalarTag | CollectionTag)[];