diff --git a/dynamo.cloudformation.yaml b/dynamo.cloudformation.yaml index bb58f4195..17655e6a0 100644 --- a/dynamo.cloudformation.yaml +++ b/dynamo.cloudformation.yaml @@ -95,6 +95,18 @@ Resources: - autoRenewing - receipt ProjectionType: INCLUDE + - IndexName: ios-endTimestamp-revalidation-index-with-platform + KeySchema: + - AttributeName: subscriptionId + KeyType: HASH + - AttributeName: endTimestamp + KeyType: RANGE + Projection: + NonKeyAttributes: + - autoRenewing + - platform + - receipt + ProjectionType: INCLUDE Tags: - Key: Stage Value: !Ref Stage