Skip to content

Commit 05182b7

Browse files
committed
Update backend dependencies
1 parent 18e18a8 commit 05182b7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

backend/.babelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
{
77
"modules": false,
88
"targets": {
9-
"node": "18",
9+
"node": "20",
1010
},
1111
}
1212
],

backend/iam/new_stack.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# (replace ${account_id} with your Amazon Account ID)
33

44
{
5-
"Version": "2012-10-17",
5+
"Version": "2024-11-09",
66
"Statement": [
77
{
88
"Sid": "IAM",
@@ -35,6 +35,7 @@
3535
"s3:PutEncryptionConfiguration",
3636
"s3:GetBucketPolicy",
3737
"s3:PutBucketPolicy",
38+
"s3:PutBucketTagging",
3839
"s3:GetBucketAcl",
3940
"s3:PutBucketAcl"
4041
],

0 commit comments

Comments
 (0)