Difference between SNS and SQS; Demo- Email notification on file delete in S3 using SNS

Описание к видео Difference between SNS and SQS; Demo- Email notification on file delete in S3 using SNS

Difference between SNS and SQS; Demo- Email notification on file delete in S3 using SNS
Policy to be added:
{
"Sid": "_s3",
"Effect": "Allow",
"Principal": {
"AWS": "*"
},
"Action": "SNS:Publish",
"Resource": "arn:aws:sns:ap-south-1:[]:cloudtripwebianr",
"Condition": {
"StringEquals": {
"aws:SourceArn": "arn:aws:s3:::[]"
}
}
}

Комментарии

Информация по комментариям в разработке