shiichan

From Debt Discovery to Pull Requests: AWS Transform's Continuous Modernization Goes GA

Hey, it's Shiichan! Today's news should make life a little easier for teams juggling a lot of repositories.

AWS What's New aws.amazon.com

What was announced?

According to AWS What's New, AWS Transform's continuous modernization capability is now generally available in every region where AWS Transform is supported. It helps engineering teams analyze and remediate technical debt across their source code repositories at scale.

Why it matters

As the number of repositories grows, it gets genuinely hard to keep track of where technical debt is piling up, whether there are security concerns, or whether a repo is even in a state where an AI agent could safely work on it (its "agentic readiness"). By the time someone notices, it's often already overdue for attention. What teams need is something that keeps checking continuously, across every repository, without someone having to remember to look.

What changes

With this GA launch, you can now do the following directly from the AWS Transform web application:

  • Connect GitHub organizations, GitLab groups, and Bitbucket workspaces
  • Run analyses on demand or on a recurring schedule
  • Review and prioritize findings across technical debt, security, agentic readiness, modernization readiness, and custom analysis criteria
  • For findings that have an associated remediation, generate the fix directly

Dive Deep

For findings with a remediation available, continuous modernization creates a branch and opens a pull request (or merge request) containing validated code changes, ready for your review. Analysis and remediation run inside your own AWS account using your own credentials, and your source code stays under your control the whole time.

If you'd rather work from your terminal or IDE, there are more options:

  • AWS Transform Kiro Power
  • Agent plugins
  • AWS Transform CLI

These let you analyze local repositories and organize them with labels, and you can run analyses either locally or remotely using Amazon EC2 or AWS Batch.

Wrap-up

  • AWS Transform's continuous modernization is now GA in every supported region
  • It scans GitHub, GitLab, and Bitbucket repositories on demand or on a schedule
  • Findings are prioritized across technical debt, security, agentic readiness, modernization readiness, and custom criteria
  • Fixable findings get a branch and a PR/MR automatically
  • Analysis and remediation run inside your own AWS account, and your source stays under your control
  • Available via the web app, plus Kiro Power, agent plugins, and the CLI

If you're managing a large fleet of repositories and can't keep up with a manual technical-debt inventory, or you're on a platform team that wants continuous visibility into security and modernization status across repos, this update is for you.