mirror of
https://github.com/aljazceru/payments-rest-api.git
synced 2026-01-14 02:54:23 +01:00
fly poc
This commit is contained in:
20
lambda/dev/github-actions-policy.json
Normal file
20
lambda/dev/github-actions-policy.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"Version": "2012-10-17",
|
||||
"Statement": [
|
||||
{
|
||||
"Sid": "AllowS3Upload",
|
||||
"Effect": "Allow",
|
||||
"Action": [
|
||||
"s3:PutObject",
|
||||
"s3:PutObjectAcl"
|
||||
],
|
||||
"Resource": "arn:aws:s3:::breez-nodeless-payment/*"
|
||||
},
|
||||
{
|
||||
"Sid": "AllowListBucket",
|
||||
"Effect": "Allow",
|
||||
"Action": "s3:ListBucket",
|
||||
"Resource": "arn:aws:s3:::breez-nodeless-payment"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user