We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 866d7dc commit 7fe6ed1Copy full SHA for 7fe6ed1
packages/cdk/stacks/VpcResourcesStack.ts
@@ -108,6 +108,7 @@ export class VpcResourcesStack extends Stack {
108
this.addInterfaceEndpoint("CloudWatchEventsEndpoint", InterfaceVpcEndpointAwsService.EVENTBRIDGE)
109
this.addInterfaceEndpoint("SSMEndpoint", InterfaceVpcEndpointAwsService.SSM)
110
this.addInterfaceEndpoint("LambdaEndpoint", InterfaceVpcEndpointAwsService.LAMBDA)
111
+ this.addInterfaceEndpoint("apiGatewayEndpoint", InterfaceVpcEndpointAwsService.APIGATEWAY)
112
this.addGatewayEndpoint("S3Endpoint", InterfaceVpcEndpointAwsService.S3)
113
114
//Outputs
0 commit comments