Skip to content

Commit cb00138

Browse files
committed
Bumped dependency versions
1 parent 1e853f2 commit cb00138

File tree

4 files changed

+10362
-2624
lines changed

4 files changed

+10362
-2624
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ node_modules
55
# CDK asset staging directory
66
.cdk.staging
77
cdk.out
8+
.DS_Store

lib/rds-snapshot-export-pipeline-stack.ts

-6
Original file line numberDiff line numberDiff line change
@@ -193,13 +193,7 @@ export class RdsSnapshotExportPipelineStack extends Stack {
193193
"Effect": "Allow"
194194
},
195195
{
196-
<<<<<<< HEAD
197-
"Principal": {
198-
"AWS": lambdaExecutionRole.roleArn
199-
},
200-
=======
201196
"Principal": { "AWS": lambdaExecutionRole.roleArn },
202-
>>>>>>> upstream/master
203197
"Action": [
204198
"kms:CreateGrant",
205199
"kms:ListGrants",

0 commit comments

Comments
 (0)