Skip to content

Commit

Permalink
Merge pull request #56 from mbonig/feat/rds
Browse files Browse the repository at this point in the history
fixing separator on arn
  • Loading branch information
mbonig committed Feb 2, 2021
2 parents 8e009cd + 093d879 commit ff08a3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rds.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ export class NightyNightForRds extends Construct {
lambda.addToRolePolicy(new statement.Rds().allow().toStopDBInstance().on(Arn.format({
resourceName: props.dbInstanceIdentifier,
resource: 'db',
sep: ':',
service: 'rds',
}, Stack.of(this))));

Expand Down

0 comments on commit ff08a3e

Please sign in to comment.