Skip to content

Commit c244d15

Browse files
rlhagermtejasgn1
authored andcommitted
Update README.md
1 parent b375b06 commit c244d15

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

javav2/example_code/dynamodb/README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -58,18 +58,6 @@ Code excerpts that show you how to call individual service functions.
5858
- [Scan](src/main/java/com/example/dynamodb/DynamoDBScanItems.java#L6)
5959
- [UpdateItem](src/main/java/com/example/dynamodb/UpdateItem.java#L6)
6060

61-
### Retry Strategies
62-
63-
Code examples that show you how to configure and use different retry strategies for improved resilience.
64-
65-
- [Basic Adaptive Retry Implementation](src/main/java/com/example/dynamodb/BasicAdaptiveRetryImplementation.java) - Shows how to configure DynamoDB clients with AdaptiveRetryStrategy for better performance and resilience
66-
- [Migration Examples](src/main/java/com/example/dynamodb/MigrationExamples.java) - Demonstrates migrating from StandardRetryStrategy to AdaptiveRetryStrategy with before/after comparisons
67-
68-
For comprehensive documentation on adaptive retry strategies, see the [adaptive_retry_docs](adaptive_retry_docs/) directory which includes:
69-
- [Adaptive Retry Concepts](adaptive_retry_docs/concepts.md)
70-
- [Migration Guide](adaptive_retry_docs/migration-guide.md)
71-
- [Configuration Reference](adaptive_retry_docs/configuration-reference.md)
72-
7361
### Scenarios
7462

7563
Code examples that show you how to accomplish a specific task by calling multiple

0 commit comments

Comments
 (0)