Skip to content

Commit

Permalink
NOBUG: Revert to PAY_PER_REQUEST (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
marklise authored Feb 12, 2022
1 parent 8bf5084 commit 90ae6cd
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,9 +196,7 @@ resources:
KeyType: HASH
- AttributeName: sk
KeyType: RANGE
ProvisionedThroughput:
ReadCapacityUnits: 1
WriteCapacityUnits: 1
BillingMode: PAY_PER_REQUEST
GlobalSecondaryIndexes:
- IndexName: shortPassDate-index
KeySchema:
Expand All @@ -224,6 +222,4 @@ resources:
- phoneNumber
- facilityType
- license
ProvisionedThroughput:
ReadCapacityUnits: 1
WriteCapacityUnits: 1
BillingMode: PAY_PER_REQUEST

0 comments on commit 90ae6cd

Please sign in to comment.