Skip to content

Commit 2975e2c

Browse files
committed
add lambda endpoint
1 parent 8b097db commit 2975e2c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/cdk/stacks/VpcResourcesStack.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ export class VpcResourcesStack extends Stack {
107107
this.addInterfaceEndpoint("CloudWatchLogsEndpoint", InterfaceVpcEndpointAwsService.CLOUDWATCH_LOGS)
108108
this.addInterfaceEndpoint("CloudWatchEventsEndpoint", InterfaceVpcEndpointAwsService.EVENTBRIDGE)
109109
this.addInterfaceEndpoint("SSMEndpoint", InterfaceVpcEndpointAwsService.SSM)
110+
this.addInterfaceEndpoint("LambdaEndpoint", InterfaceVpcEndpointAwsService.LAMBDA)
110111
this.addGatewayEndpoint("S3Endpoint", InterfaceVpcEndpointAwsService.S3)
111112

112113
//Outputs

0 commit comments

Comments
 (0)