{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Sid": "",
            "Effect": "Allow",
            "Action": [
                "sns:Publish"
            ],
            "Resource": [
                "arn:aws:sns:us-east-1:437795906767:qa-push-notifications-*",
                "arn:aws:sns:us-east-1:437795906767:qa-awal-push-notifications-*",
                "arn:aws:sns:us-east-1:437795906767:qa-sme-push-notifications-*"
            ]
        },
        {
            "Sid": "",
            "Effect": "Allow",
            "Action": [
                "dynamodb:PutItem",
                "dynamodb:UpdateItem",
                "dynamodb:DeleteItem"
            ],
            "Resource": "arn:aws:dynamodb:us-east-1:437795906767:table/qa_notifications-buffer"
        },
        {
            "Sid": "",
            "Effect": "Allow",
            "Action": [
                "ses:SendEmail"
            ],
            "Resource": "arn:aws:ses:us-east-1:${account_id}:identity/theorchard.com"
        }
    ]
}
