We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18e18a8 commit 05182b7Copy full SHA for 05182b7
backend/.babelrc
@@ -6,7 +6,7 @@
6
{
7
"modules": false,
8
"targets": {
9
- "node": "18",
+ "node": "20",
10
},
11
}
12
],
backend/iam/new_stack.txt
@@ -2,7 +2,7 @@
2
# (replace ${account_id} with your Amazon Account ID)
3
4
5
- "Version": "2012-10-17",
+ "Version": "2024-11-09",
"Statement": [
"Sid": "IAM",
@@ -35,6 +35,7 @@
35
"s3:PutEncryptionConfiguration",
36
"s3:GetBucketPolicy",
37
"s3:PutBucketPolicy",
38
+ "s3:PutBucketTagging",
39
"s3:GetBucketAcl",
40
"s3:PutBucketAcl"
41
0 commit comments