Analyzes and transforms Kubernetes manifests, Helm charts, Kustomize overlays, Terraform, and AWS CDK code for Amazon EKS version upgrade compatibility. Detects removed and deprecated APIs, updates apiVersions and resource fields, validates addon…
aws-samples/aws-transform-custom-samples
SkillsMP has collected 4 skills from aws-samples/aws-transform-custom-samples. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 4
- GitHub stars
- 33
- GitHub forks
- 17
Skills in this repository
Showing 4 of 4 collected skills.
Final review gate for every ATX transformation. Runs a Release Readiness Review on the transformation's code changes via a draft PR to catch deployment risks. MUST be invoked at the end of every transformation, after the build passes, tests pass, and changes…
Two-phase Kubernetes containerisation workflow: analyses a codebase against all 12-factor app principles and Kubernetes compatibility requirements to produce a readiness report with detailed microservice decomposition plan (minimal and full recommendations),…
Migrates Java EE/Jakarta EE enterprise applications from JBoss EAP/WildFly to Spring Boot 3.2.x standalone JARs. Covers EJB→Spring beans, JAX-RS→Spring MVC, CDI→Spring DI, JPA javax→jakarta, JMS→Spring JMS, JSF→Thymeleaf, security, batch, testing,…