Skip to content

Commit 7fe6ed1

Browse files
committed
New: [AEA-5426] - Add API Gateway as VPC Endpoint
Signed-off-by: Connor Avery <[email protected]>
1 parent 866d7dc commit 7fe6ed1

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
@@ -108,6 +108,7 @@ export class VpcResourcesStack extends Stack {
108108
this.addInterfaceEndpoint("CloudWatchEventsEndpoint", InterfaceVpcEndpointAwsService.EVENTBRIDGE)
109109
this.addInterfaceEndpoint("SSMEndpoint", InterfaceVpcEndpointAwsService.SSM)
110110
this.addInterfaceEndpoint("LambdaEndpoint", InterfaceVpcEndpointAwsService.LAMBDA)
111+
this.addInterfaceEndpoint("apiGatewayEndpoint", InterfaceVpcEndpointAwsService.APIGATEWAY)
111112
this.addGatewayEndpoint("S3Endpoint", InterfaceVpcEndpointAwsService.S3)
112113

113114
//Outputs

0 commit comments

Comments
 (0)