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) 181 B
import { aws_apigatewayv2 as apigwv2 } from 'aws-cdk-lib'; /** * corsConfig value to enable all origins */ export declare const CorsConfigAllOrigins: apigwv2.CfnApi.CorsProperty;