chore(mixins): add private package for initial implementation of RFC 814#35728
chore(mixins): add private package for initial implementation of RFC 814#35728mergify[bot] merged 1 commit intomainfrom
Conversation
|
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
|
This pull request has been removed from the queue for the following reason: Pull request #35728 has been dequeued. The pull request could not be merged. This could be related to an activated branch protection or ruleset rule that prevents us from merging. (details: Required status check "build" is failing.). You should look at the reason for the failure and decide if the pull request needs to be fixed or if you want to requeue it. |
acc02c4 to
d3aeb0b
Compare
|
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
|
Comments on closed issues and PRs are hard for our team to see. |
Reason for this change
Initial setup of RFC 814 mixins functionality as a private preview package for development and testing.
Description of changes
Added a new private package
@aws-cdk/mixins-previewwith stub implementation for the mixins pattern described in RFC 814. This establishes the package structure and allows for iterative development of the mixins functionality before public release.Describe any new or updated permissions being added
No new IAM permissions required.
Description of how you validated changes
Package structure follows CDK conventions and builds successfully.
Checklist
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license