You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(ec2-alpha): ec2-alpha module is now in Developer Preview (#33230)
### Issue # (if applicable)
Tracking #[30762](#30762).
### Reason for this change
Moving alpha module for `VpcV2` construct to `developer-preview`.
### Description of changes
Set maturity to `developer-preview` and update the README stability banner for `ec2-alpha` module.
### Checklist
- [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
> The APIs of higher level constructs in this module are experimental and under active development.
9
-
> They are subject to non-backward compatible changes or removal in any future version. These are
10
-
> not subject to the [Semantic Versioning](https://semver.org/) model and breaking changes will be
11
-
> announced in the release notes. This means that while you may use them, you may need to update
12
-
> your source code when upgrading to a newer version of this package.
8
+
> The APIs of higher level constructs in this module are in **developer preview** before they
9
+
> become stable. We will only make breaking changes to address unforeseen API issues. Therefore,
10
+
> these APIs are not subject to [Semantic Versioning](https://semver.org/), and breaking changes
11
+
> will be announced in release notes. This means that while you may use them, you may need to
12
+
> update your source code when upgrading to a newer version of this package.
13
13
14
14
---
15
15
16
16
<!--END STABILITY BANNER-->
17
17
18
-
19
18
## VpcV2
20
19
21
20
`VpcV2` is a re-write of the [`ec2.Vpc`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ec2.Vpc.html) construct. This new construct enables higher level of customization
0 commit comments