

# Resources
<a name="resources"></a>
+ [DynamoDB ElastiCache Integration repository](https://github.com/aws-samples/amazon-elasticache-samples/tree/main/dynamodb-elasticache-integration) (GitHub) – Python-based reference implementation of the designs that are discussed in this guide.
+ [GetItem operation](https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_GetItem.html) (*Amazon DynamoDB API Reference*) – Documentation that shows the parameters that influence the `GetItem` request and the format that's expected in response.
+ [Query operation](https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_Query.html) (*Amazon DynamoDB API Reference*) – Documentation that shows the request and response format of the `Query` operation and how it differs from `GetItem`.
+ [Scan operation](https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_Scan.html) (*Amazon DynamoDB API Reference*) – A comprehensive description of the `Scan` operation.
+ [Getting started with Amazon ElastiCache](https://docs.aws.amazon.com/AmazonElastiCache/latest/dg/GettingStarted.html) (*Amazon ElastiCache User Guide*) – How to configure and access an ElastiCache cluster.