Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recoverdynamodb #20

Merged
merged 5 commits into from
Feb 28, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
dynamodb fis
  • Loading branch information
pethers committed Feb 28, 2023
commit 112201d29e382c779085875cf9381852ae40ab72
2 changes: 1 addition & 1 deletion cloudformation/disaster-recovery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ AWSTemplateFormatVersion: '2010-09-09'
Description: "Disaster recovery test"
Parameters:
ApiRole:
Description: ApiRoleArn
Description: ApiRole Name
Type: String
Default: ''
FaultInjectionExperimentDuration:
Expand Down
2 changes: 2 additions & 0 deletions cloudformation/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -778,6 +778,8 @@ Outputs:
Value: !GetAtt RestApiDomainName.RegionalHostedZoneId
AliasTargetDNSName:
Value: !GetAtt RestApiDomainName.RegionalDomainName
ApiRole:
Value: !Ref ApiRole
GlobalTable:
Value: !Sub 'arn:aws:dynamodb:${AWS::Region}:${AWS::AccountId}:table/global-table'
GlobalTableIndex:
Expand Down