javav2/example_code/dynamodb/adaptive_retry_docs/README.md
This guide provides comprehensive documentation and examples for implementing AWS Java SDK's AdaptiveRetryStrategy with AWS service clients.
⚠️ Important: AdaptiveRetryStrategy is designed for specialized use cases with high resource constraints and single-resource clients. AWS recommends StandardRetryStrategy for most applications.
| Document | Purpose | When to Use |
|---|---|---|
| Concepts | Conceptual foundation and theory | Understanding when/why to use AdaptiveRetryStrategy |
| Migration Guide | Step-by-step migration instructions | Converting from older retry policies |
| Configuration Reference | Complete parameter reference | Fine-tuning and optimization |
examples/ directory for ready-to-use codeThis guide is based on official AWS SDK for Java 2.x documentation and follows AWS best practices as documented in:
All examples and recommendations align with AWS's official guidance on retry strategy implementation.