Skip to content

Commit 5c6face

Browse files
authored
Add a summary of transformations supported by aws-sdk-js-codemod (#698)
1 parent 21c4c94 commit 5c6face

File tree

2 files changed

+1074
-1
lines changed

2 files changed

+1074
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,10 @@ $ cat example.ts
4545
import { DynamoDB } from "@aws-sdk/client-dynamodb";
4646
const client = new DynamoDB();
4747
const response = await client.listTables({});
48-
4948
```
5049

50+
For a summary of supported transformations, check [TRANSFORMATIONS.md](TRANSFORMATIONS.md).
51+
5152
## License
5253

5354
This library is licensed under the MIT-0 License. See the LICENSE file.

0 commit comments

Comments
 (0)