summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook.git@proton.me>2023-02-28 13:09:49 -0600
committerJordan Cook <jordan.cook.git@proton.me>2023-03-01 15:22:07 -0600
commitdc74f212ebaffdb183eb54e55a5d51e1271c671b (patch)
treed1f1c6a24ddf2c541904500fc6d98bf37960d3a2 /examples
parent048b772fa751f860ebe73e268a8719c9bc8bc35c (diff)
downloadrequests-cache-dc74f212ebaffdb183eb54e55a5d51e1271c671b.tar.gz
Update docs and screenshots for DynamoDB
Diffstat (limited to 'examples')
-rw-r--r--examples/cloudformation.yml6
1 files changed, 1 insertions, 5 deletions
diff --git a/examples/cloudformation.yml b/examples/cloudformation.yml
index e88e0ab..fa83091 100644
--- a/examples/cloudformation.yml
+++ b/examples/cloudformation.yml
@@ -15,15 +15,11 @@ Resources:
Properties:
TableName: !Ref CacheTableName
AttributeDefinitions:
- - AttributeName: namespace
- AttributeType: S
- AttributeName: key
AttributeType: S
KeySchema:
- - AttributeName: namespace
- KeyType: HASH
- AttributeName: key
- KeyType: RANGE
+ KeyType: HASH
# BillingMode: PAY_PER_REQUEST
# Optional: Use provisioned throughput instead of on-demand