We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21c4c94 commit 5c6faceCopy full SHA for 5c6face
README.md
@@ -45,9 +45,10 @@ $ cat example.ts
45
import { DynamoDB } from "@aws-sdk/client-dynamodb";
46
const client = new DynamoDB();
47
const response = await client.listTables({});
48
-
49
```
50
+For a summary of supported transformations, check [TRANSFORMATIONS.md](TRANSFORMATIONS.md).
51
+
52
## License
53
54
This library is licensed under the MIT-0 License. See the LICENSE file.
0 commit comments