-
Notifications
You must be signed in to change notification settings - Fork 4.3k
feat(mixins-preview): add auto-generated L1 property mixins #36062
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
5d0c245 to
414234a
Compare
8fc92a6 to
b8fbd85
Compare
b8fbd85 to
2adf353
Compare
aws-cdk-automation
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The pull request linter fails with the following errors:
❌ Features must contain a change to an integration test file and the resulting snapshot.
If you believe this pull request should receive an exemption, please comment and provide a justification. A comment requesting an exemption should contain the text Exemption Request. Additionally, if clarification is needed, add Clarification Request to a comment.
2adf353 to
f7027f9
Compare
…tion Introduces a new LibraryBuilder base class to abstract the code generation process for CDK libraries. This refactoring separates concerns between the general library building logic and aws-cdk-lib-specific implementation. Key changes: - Create LibraryBuilder base class with generic service submodule support - Extract AwsCdkLibBuilder as a specialized implementation - Introduce ServiceSubmodule abstraction for better modularity - Move selective imports logic to service-submodule - Update TypeConverter to support partial type definitions for mixins - Adjust import paths and file patterns configuration
0d5b24a to
50d3abe
Compare
f7027f9 to
cb9b9d4
Compare
Reason for this change
Adds auto-generated L1 property mixins for all CloudFormation resources, providing type-safe property application with merge strategies.
Description of changes
@aws-cdk/mixins-preview/aws-s3/mixins)Example usage:
Describe any new or updated permissions being added
No new or updated IAM permissions.
Description of how you validated changes
Checklist
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license