dimkir / aws-multitenant-architecture-quickstart

Serverless port for AWS Multi Tenant Architecture Concept (check website)
https://www.slideshare.net/AmazonWebServices/deconstructing-saas-a-deep-dive-into-building-multitenant-solutions-on-aws-arc407-reinvent-2017
0 stars 0 forks source link

Invalid ARN Format #11

Open dimkir opened 5 years ago

dimkir commented 5 years ago

What causes that? image

dimkir commented 5 years ago

I think this is due missing SNS role:

image

dimkir commented 5 years ago

Seems like this is the role:

image

{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Action": "sns:publish",
            "Resource": "*",
            "Effect": "Allow",
            "Sid": "SNS"
        }
    ]
}
dimkir commented 5 years ago

Added role to configuration

image