You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create new module for migration tool with basic recipe (#4823)
* Create new module for migration tool with basic transformation
* Test application
* Generate upgrade-sdk-depenencies recipe
* Add more tests
* Add README and fix test
* Generate bom version change
* Fix build
This is a migration tool to automate migration from AWS SDK for Java v1 to AWS SDK for Java v2.
5
+
It uses [OpenRewrite][open-rewrite].
6
+
7
+
## Usage
8
+
9
+
You can use [OpenRewrite Maven plugin][open-rewrite-plugin] to start the migration. See [Running OpenRewrite Recipes][open-rewrite-usage] for more information.
10
+
To get started, you can either perform a dry run or run directly.
11
+
12
+
- Dry Run
13
+
14
+
With this mode, it generates diff logs in the console as well as diff file in the `target` folder.
15
+
Note that you need to replace `{sdkversion}` with the actual SDK version. See [Maven Central][maven-central] to
0 commit comments