-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Closed
Labels
effort/mediumMedium work item – several days of effortMedium work item – several days of effortpackage/awsclCross-cutting issues related to the AWS Construct LibraryCross-cutting issues related to the AWS Construct Librarypr/breaking-changeThis PR is a breaking change. It needs to be modified to be allowed in the current major version.This PR is a breaking change. It needs to be modified to be allowed in the current major version.
Description
All AWS constructs have a static import method to allow bringing-in resources defined externally. However, import is reserved in Java (and possibly in other languages).
In the interim the jsii compiler will simply add an _ at the end of the method name, but we need to find a new name for the method and rename across the codebase.
Metadata
Metadata
Assignees
Labels
effort/mediumMedium work item – several days of effortMedium work item – several days of effortpackage/awsclCross-cutting issues related to the AWS Construct LibraryCross-cutting issues related to the AWS Construct Librarypr/breaking-changeThis PR is a breaking change. It needs to be modified to be allowed in the current major version.This PR is a breaking change. It needs to be modified to be allowed in the current major version.