summaryrefslogtreecommitdiff
path: root/examples/cloudformation.yml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cloudformation.yml')
-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