Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Commit

Permalink
721: [Bug] enableBackup breaks deploy (#792)
Browse files Browse the repository at this point in the history
  • Loading branch information
sevu1 committed Jan 19, 2023
1 parent ffb07c2 commit b48c3fe
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions lib/backup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@ export default class Backup extends Stack {
scheduleExpression: Schedule.cron({
minute: '0',
hour: '5',
day: '?',
month: '*',
weekDay: '*',
year: '*',
}),
}),
],
Expand All @@ -57,8 +53,8 @@ export default class Backup extends Stack {
statements: [
new PolicyStatement({
effect: Effect.ALLOW,
principals: [new ServicePrincipal('backup.amazonaws.com')],
actions: ['sts:AssumeRole'],
resources: ['*'],
}),
],
}),
Expand Down

0 comments on commit b48c3fe

Please sign in to comment.