aws-transform

Execute AWS Transform jobs for automated code migrations and upgrades.

Updated Jun 18, 2026
One-click install
npx skills add https://github.com/AndreKurait/claude-marketplace-test --skill aws-transform-andrekurait
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aws-transform
Source: https://github.com/AndreKurait/claude-marketplace-test/tree/main/skills/specialized-skills/migration-and-modernization-skills/aws-transform
Command: npx skills add https://github.com/AndreKurait/claude-marketplace-test --skill aws-transform-andrekurait

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

AWS Transform enables AI-assisted modernization by orchestrating code upgrades, migrations, and custom transformations across one or many repositories using the AWS Transform CLI.

Core Features & Use Cases

  • Perform language-version upgrades, framework migrations, and AWS SDK migrations with deterministic local and remote execution modes.
  • Discover Transformation Definitions (TDs), map repos to applicable TDs, and execute transformations with telemetry and user consent.
  • Use cases include upgrading Java/Python/Node.js runtimes, migrating AWS SDKs, and running bulk transformations via AWS Batch/Fargate.

Quick Start

Initiate a bulk transformation by selecting a TD and running it on the target repos locally or remotely.

Frequently Asked Questions about aws-transform

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate code upgrades and migrations at scale?

Automate code upgrades and migrations at scale by using AWS Transform to apply transformations across repositories, supporting local execution for small sets and remote execution via AWS Batch and Fargate for large-scale jobs.

How do I run bulk code transformations across multiple repositories?

Run bulk code transformations by selecting a Transformation Definition and applying it to target repositories, executing locally for smaller sets or remotely via AWS Batch and Fargate for large-scale operations with telemetry tracking.

Can I migrate AWS SDK versions across many repositories automatically?

Migrate AWS SDK versions automatically by discovering applicable Transformation Definitions that map to your target repositories, applying the transformations locally or remotely with user consent before executing the migration jobs.

Does AWS Transform support remote execution for large-scale repository transformations?

AWS Transform supports remote execution for large-scale repository transformations via AWS Batch and Fargate, requiring explicit user consent before executing remote jobs to ensure controlled and monitored code transformations.

What is a Transformation Definition in code migration?

A Transformation Definition in code migration is a rule set that AWS Transform discovers and matches to applicable repositories automatically, enabling deterministic language-version upgrades and framework migrations across targeted codebases.

How do I upgrade Java, Python, or Node.js runtimes across multiple repositories?

Upgrade Java, Python, or Node.js runtimes across multiple repositories by leveraging AWS Transform to discover applicable Transformation Definitions, matching target repositories automatically, and executing transformations locally or via remote AWS Batch jobs.