- Newest
- Most votes
- Most comments
Based on the available information, AWS Transform for .NET is primarily accessed through two interfaces: the AWS Transform web application and the AWS Toolkit extension for Visual Studio. The service is designed as a generative AI-powered agent for modernizing legacy .NET applications.
The documentation describes how to use AWS Transform through:
-
AWS Transform Web Application: A web-based interface where you can create transformation job plans, connect source code repositories, manage workspaces, and monitor transformation progress.
-
AWS Toolkit for Visual Studio: An IDE extension that allows you to transform .NET solutions or projects directly within Visual Studio, with features for selecting workspaces, choosing target .NET versions, and reviewing transformation results.
However, the available documentation does not provide details about a standalone .NET SDK or REST API endpoints for programmatically accessing AWS Transform data such as workspaces, jobs, server details, waves, or migration-related operations through C# code. The service appears to be designed for interactive use through its web application and Visual Studio extension rather than programmatic API access.
If you need programmatic access to AWS Transform functionality, you may need to contact AWS Support or check the AWS SDK documentation for any recently released AWS Transform SDK packages, as the service has only recently become generally available and SDK support may be added in future updates.
Sources
AWS Transform for .NET, the first agentic AI service for modernizing .NET applications at scale | AWS News Blog
Modernizing your .NET code by using the AWS Transform web application - AWS Transform
Modernizing .NET using AWS Transform in Visual Studio - AWS Transform
answered 5 months ago
Relevant content
- AWS OFFICIALUpdated 5 years ago
- AWS OFFICIALUpdated a year ago

I am not looking for AWS Transform for .NET. But I am looking for SDKs(or REST APIs) which can be used in a .NET app to fetch the data from a AWS Transform Workspace(s) and its jobs.