Amazon introduces two benchmark datasets for evaluating AI agents’ ability on code migration
aws.amazon.com·3d
Flag this post

AWS DevOps & Developer Productivity Blog

Introduction: Repository-Level Code Migration

Code migration is a repository-level transformation process that modernizes entire software projects to run on new platforms, frameworks, or runtime environments while preserving their original functionality and structure. Rather than focusing on isolated files or APIs, it operates across the full repository, spanning source code, dependencies, build systems, and configuration files to ensure consistency and correctness at scale. Typical examples include upgrading Java repositories from legacy versions such as Java 8 to modern Long-Term Support releases like Java 17 or 21, migrating .NET Framework repositories to .NET Core, and upgrading [AWS Lambda](ht…

Similar Posts

Loading similar posts...