-
Notifications
You must be signed in to change notification settings - Fork 105
CDK v2.0 #79
Copy link
Copy link
Closed
Labels
Description
| PR | Champion |
|---|---|
| #156 | @eladb |
Description
Proposal detailing how we release aws-cdk 2.0 and how we want to handle major versions in the future.
Things to consider
- Release process
- Long-term support for previous major versions
- Regular clean ups across major versions such as:
- Remove all deprecated APIs
- Reset all feature flags
v2.0 Candidates
Required
- Monocdk
- Reset Feature Flags
- Remove All Deprecations
Recommended
- Easier Identification of Experimental Modules and APIs
- Public S3 Artifacts
- Rename ID Parameter
- Remove all usage of Type unions
Not Recommended
- Unmangled L2 Logical IDs
- Removal of All Union Types
- Remove Custom Resource Implementation of Fargate Event Target
- Change Logical IDs to Avoid Potential Collisions
- Replace
addToPolicywithaddTo{Principal,Identity}Policy
More Info Needed
- AliasOptions and VersionOptions should not extend EventInvokeConfigOptions
- Remove Support for Docker Assets with Parameters
Progress
- Tracking Issue Created
- RFC PR Created
- Core Team Member Assigned
- Initial Approval / Final Comment Period
- Ready For Implementation
- implementation issue 1
- Resolved
Reactions are currently unavailable