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 0bed1cf commit 89131d7Copy full SHA for 89131d7
packages/aws-cdk-lib/aws-apigateway/lib/integrations/alb.ts
@@ -144,7 +144,6 @@ export class AlbIntegration extends Integration {
144
145
return new apigwv2.VpcLink(method.api, id, {
146
vpc,
147
- vpcLinkName: `${Names.uniqueId(method.api)}-${Names.nodeUniqueId(this.alb.node)}`,
148
});
149
}
150
0 commit comments