Resources
-
DynamoDB ElastiCache Integration repository
(GitHub) – Python-based reference implementation of the designs that are discussed in this guide. -
GetItem operation (Amazon DynamoDB API Reference) – Documentation that shows the parameters that influence the
GetItem
request and the format that's expected in response. -
Query operation (Amazon DynamoDB API Reference) – Documentation that shows the request and response format of the
Query
operation and how it differs fromGetItem
. -
Scan operation (Amazon DynamoDB API Reference) – A comprehensive description of the
Scan
operation. -
Getting started with Amazon ElastiCache (Amazon ElastiCache User Guide) – How to configure and access an ElastiCache cluster.