Skip to content

Commit 89131d7

Browse files
not set resource name
1 parent 0bed1cf commit 89131d7

File tree

1 file changed

+0
-1
lines changed
  • packages/aws-cdk-lib/aws-apigateway/lib/integrations

1 file changed

+0
-1
lines changed

packages/aws-cdk-lib/aws-apigateway/lib/integrations/alb.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ export class AlbIntegration extends Integration {
144144

145145
return new apigwv2.VpcLink(method.api, id, {
146146
vpc,
147-
vpcLinkName: `${Names.uniqueId(method.api)}-${Names.nodeUniqueId(this.alb.node)}`,
148147
});
149148
}
150149
}

0 commit comments

Comments
 (0)