Skip to content

Instantly share code, notes, and snippets.

@alexandre-bruffa
Created April 26, 2023 23:24
Show Gist options
  • Save alexandre-bruffa/44775a2ea333f310478eb15a89a99038 to your computer and use it in GitHub Desktop.
Save alexandre-bruffa/44775a2ea333f310478eb15a89a99038 to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "VisualEditor0",
"Effect": "Allow",
"Action": "lambda:InvokeFunction",
"Resource": "arn:aws:lambda:us-east-1:000000000000:function:MultiplayerFunction"
},
{
"Sid": "VisualEditor1",
"Effect": "Allow",
"Action": [
"mobileanalytics:PutEvents",
"cognito-sync:*"
],
"Resource": "*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment