Simple Notification Service (SNS)
Notifications in major communications medium as a service; like e-mail, text, or some social media platforms.
Last updated
Notifications in major communications medium as a service; like e-mail, text, or some social media platforms.
Last updated
{
"Effect": "Allow",
"Principal": {
"AWS": "*"
},
"Action": "SNS:Publish",
"Resource": "SNS_ARN_REPLACE_ME",
"Condition": {
"StringEquals": {
"aws:SourceArn": "S3_BUCKET_ARN_REPLACEME"
}
}
},