aws / aws-cdk

The AWS Cloud Development Kit is a framework for defining cloud infrastructure in code
https://aws.amazon.com/cdk
Apache License 2.0
11.68k stars 3.93k forks source link

ec2: pricing api interface vpc endpoint duplicated #31911

Closed mazyu36 closed 3 weeks ago

mazyu36 commented 3 weeks ago

Describe the bug

InterfaceVpcEndpointAwsService('pricing.api') enum duplicated.

https://github.com/aws/aws-cdk/blob/main/packages/aws-cdk-lib/aws-ec2/lib/vpc-endpoint.ts#L518

https://github.com/aws/aws-cdk/blob/main/packages/aws-cdk-lib/aws-ec2/lib/vpc-endpoint.ts#L520

These are added in #31882 and #31907.

Regression Issue

Last Known Working CDK Version

No response

Expected Behavior

Only one InterfaceVpcEndpointAwsService('pricing.api') enum exists.

Current Behavior

InterfaceVpcEndpointAwsService('pricing.api') enum duplicated.

Reproduction Steps

N/A

Possible Solution

No response

Additional Information/Context

No response

CDK CLI Version

maybe not released yet

Framework Version

No response

Node.js Version

irrelevant

OS

irrelevant

Language

TypeScript

Language Version

No response

Other information

No response

github-actions[bot] commented 3 weeks ago

Comments on closed issues and PRs are hard for our team to see. If you need help, please open a new issue that references this one.

ashishdhingra commented 2 weeks ago

Issue closed by related PR.