Skip to content

Commit ccc9f5e

Browse files
authored
feat(eks-v2): new eks v2 alpha module (#33215)
### Reason for this change Rewrite the EKS module using native CFN L1 cluster resource along with other breaking changes. ### Description of changes For this PR: - Remove outdated EKS versions. - Synced with the old module. (a new feature was added to the old module but not in the new module so adding that now) - Add README - Add Integration tests ### Describe any new or updated permissions being added N/A ### Description of how you validated changes unit tests/integration tests ### Checklist - [ ] 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*
1 parent 6ea230c commit ccc9f5e

File tree

290 files changed

+69411
-3045
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

290 files changed

+69411
-3045
lines changed
+17
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,19 @@
11
AWS Cloud Development Kit (AWS CDK)
22
Copyright 2018-2025 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3+
4+
----------------
5+
6+
** yaml - https://www.npmjs.com/package/yaml
7+
Copyright 2018 Eemeli Aro <[email protected]>
8+
9+
Permission to use, copy, modify, and/or distribute this software for any purpose
10+
with or without fee is hereby granted, provided that the above copyright notice
11+
and this permission notice appear in all copies.
12+
13+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
14+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
15+
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
16+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
17+
OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
18+
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
19+
THIS SOFTWARE.

0 commit comments

Comments
 (0)