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 8b097db commit 2975e2cCopy full SHA for 2975e2c
packages/cdk/stacks/VpcResourcesStack.ts
@@ -107,6 +107,7 @@ export class VpcResourcesStack extends Stack {
107
this.addInterfaceEndpoint("CloudWatchLogsEndpoint", InterfaceVpcEndpointAwsService.CLOUDWATCH_LOGS)
108
this.addInterfaceEndpoint("CloudWatchEventsEndpoint", InterfaceVpcEndpointAwsService.EVENTBRIDGE)
109
this.addInterfaceEndpoint("SSMEndpoint", InterfaceVpcEndpointAwsService.SSM)
110
+ this.addInterfaceEndpoint("LambdaEndpoint", InterfaceVpcEndpointAwsService.LAMBDA)
111
this.addGatewayEndpoint("S3Endpoint", InterfaceVpcEndpointAwsService.S3)
112
113
//Outputs
0 commit comments