Skip to content

Commit

Permalink
fix(api): add point in time recovery to events database
Browse files Browse the repository at this point in the history
  • Loading branch information
alexx666 committed Feb 11, 2023
1 parent 5516503 commit 276e273
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/api/cfn/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ Resources:
Type: AWS::DynamoDB::Table
Properties:
TableName: !Sub ${AWS::StackName}-event-store
PointInTimeRecoverySpecification:
PointInTimeRecoveryEnabled: true
ProvisionedThroughput:
ReadCapacityUnits: 5
WriteCapacityUnits: 5
Expand Down

0 comments on commit 276e273

Please sign in to comment.