Skip to content
This repository has been archived by the owner on Jun 27, 2022. It is now read-only.

Commit

Permalink
Change cipher write capacity to 3
Browse files Browse the repository at this point in the history
  • Loading branch information
subdavis authored and vvondra committed Aug 20, 2018
1 parent 37068d0 commit 64c6364
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ functions:
handler: src/two_factor.completeHandler
import:
handler: src/import.postHandler
timeout: 300
timeout: 30
events:
- http:
method: post
Expand Down Expand Up @@ -203,7 +203,7 @@ resources:
KeyType: RANGE
ProvisionedThroughput:
ReadCapacityUnits: 1
WriteCapacityUnits: 1
WriteCapacityUnits: 3
PointInTimeRecoverySpecification:
PointInTimeRecoveryEnabled: true
FoldersTable:
Expand Down

0 comments on commit 64c6364

Please sign in to comment.