AWS Transform Continuous Modernization: Automating Tech Debt Remediation at Scale
AWS has launched a preview of AWS Transform – continuous modernization, a capability designed to autonomously analyze and remediate technical debt across thousands of code repositories. According to the company, the tool provides full visibility into codebase states, prioritizes findings, and automatically generates pull requests to resolve issues like deprecated frameworks and outdated dependencies.
Engineering organizations typically consume up to 30% of IT budgets, according to AWS. The company states that many customers currently rely on fragmented point tools to detect dependency issues, vulnerabilities, and code quality, leading to manual cycles that drain engineering capacity.
AWS notes that AI-assisted development has accelerated the pace of change, which may cause technical debt to accumulate faster than developers can manage manually.
Why is autonomous tech debt remediation necessary?
According to AWS, existing tools often fail to detect, prioritize, and remediate technical debt continuously and at scale. This gap frequently forces leaders to rely on self-reported team status, which the company says lags behind reality and can hide regressions.
The new capability aims to replace these manual efforts with autonomous remediations. AWS states that the system can generate pull requests for common scenarios, including SDK migrations, library updates, and Java version upgrades.
How does continuous analysis identify codebase issues?
The tool automatically scans code repositories against configurable baselines, generating findings in hours rather than weeks, according to AWS. Out-of-the-box policies detect deprecated frameworks and end-of-life dependencies.
Organizations can also codify their own internal coding standards or approved libraries as policies. AWS states this provides “ground truth” directly from the code, eliminating the need for manual compliance tracking or status check-ins.
Additionally, the service integrates with AWS Security Agent. This allows security vulnerabilities at the source-code level to flow into the same prioritized list and pull-request workflow as other technical debt.
What are the different modes of modernization?
AWS Transform supports two distinct operational approaches. Continuous mode is designed for daily maintenance, such as applying security patches and enforcing coding standards as baselines evolve.

Campaign mode is intended for larger, project-based efforts. According to the company, this mode is used for major runtime version upgrades or migrating hundreds of applications from one framework to another.
The preview is available now through the AWS Transform web application, AWS Transform Kiro Power, or via MCP and skills for integration with existing coding agents.
Frequently Asked Questions
What is AWS Transform – continuous modernization?
It is a new capability of AWS Transform that provides continuous, autonomous technical debt analysis and remediation at scale, including the generation of pull requests for fixes.
How does the tool handle security issues?
It integrates with the AWS Security Agent to detect source-code vulnerabilities, placing them in the same prioritized workflow and pull-request system as other technical debt.
What is the difference between continuous mode and campaign mode?
Continuous mode handles day-to-day updates like library upgrades and security patches, while campaign mode is used for large-scale projects, such as migrating frameworks across hundreds of applications.
How could autonomous remediation change the way your engineering team manages technical debt?