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

29 lines
754 B
JSON

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