nano-checkout/lambda/yaml/security-policy.json
2020-07-16 12:58:14 -07:00

28 lines
702 B
JSON

{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "Stmt1593620877697",
"Action": [
"ses:VerifyEmailIdentity",
"ses:GetIdentityVerificationAttributes"
],
"Effect": "Allow",
"Resource": "*"
},
{
"Sid": "Stmt1592682110391",
"Action": [
"s3:PutObject",
"s3:GetObject",
"s3:DeleteObject"
],
"Effect": "Allow",
"Resource": [
"arn:aws:s3:::nanocheckout.com/templates/*",
"arn:aws:s3:::nanocheckout-federation/*"
]
}
]
}