Rishav Paul

Results 2 comments of Rishav Paul

Is there any plan to fix this? Or perhaps enable SpecRestAPI to use the [EndpointConfiguration](https://docs.aws.amazon.com/cdk/api/latest/docs/@aws-cdk_aws-apigateway.EndpointConfiguration.html) interface ?

``` let api = new SpecRestAPI(...) (api.node.defaultChild as CfnRestApi).endpointConfiguration = { types: [EndpointType.PRIVATE], vpcEndpointIds: [ 'xyz' ], }; ``` Is a workaround until above is implemented for any else facing...