Skip to content

Instantly share code, notes, and snippets.

@niusounds
Created October 2, 2014 04:25
Show Gist options
  • Select an option

  • Save niusounds/a1ea63d99aad3782ce96 to your computer and use it in GitHub Desktop.

Select an option

Save niusounds/a1ea63d99aad3782ce96 to your computer and use it in GitHub Desktop.
某AWSプレミアコンサルの人に聞いたけどおしえてくれなかったお(´・ω・`)
{
    "Version": "2012-10-17",
    "Statement": [{
        "Action": [
            "sns:CreatePlatformEndpoint"
        ],
        "Effect": "Allow",
        "Resource": "arn:aws:sns:****"
    }, {
        "Action": [
            "sns:Subscribe"
        ],
        "Effect": "Allow",
        "Resource": "arn:aws:sns:****"
    }]
}

**** はそれぞれ特定のアプリ・トピックにあわせて書き換える。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment