

翻訳は機械翻訳により提供されています。提供された翻訳内容と英語版の間で齟齬、不一致または矛盾がある場合、英語版が優先します。

# リソース
<a name="resources"></a>
+ [DynamoDB ElastiCache Integration repository](https://github.com/aws-samples/amazon-elasticache-samples/tree/main/dynamodb-elasticache-integration) (GitHub) – このガイドで説明されている設計の Python ベースのリファレンス実装。
+ [GetItem オペレーション](https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_GetItem.html) (*Amazon DynamoDB API リファレンス*) – `GetItem`リクエストに影響するパラメータと、レスポンスで想定される形式を示すドキュメント。
+ [クエリオペレーション](https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_Query.html) (*Amazon DynamoDB API リファレンス*) – `Query`オペレーションのリクエストとレスポンスの形式と、それが とどのように異なるかを示すドキュメント`GetItem`。
+ [スキャンオペレーション](https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_Scan.html) (*Amazon DynamoDB API リファレンス*) – `Scan`オペレーションの包括的な説明。
+ [Amazon ElastiCache の開始方法](https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/GettingStarted.html) (*Amazon ElastiCache ユーザーガイド*) – ElastiCache クラスターを設定してアクセスする方法。