Skip to content

Instantly share code, notes, and snippets.

@robzhu
Created October 31, 2019 02:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robzhu/2a496e62840b0fcca3caaa5472043c51 to your computer and use it in GitHub Desktop.
Save robzhu/2a496e62840b0fcca3caaa5472043c51 to your computer and use it in GitHub Desktop.
Example Policy for Managing WebSocket Connections
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"logs:CreateLogGroup",
"logs:CreateLogStream",
"logs:PutLogEvents",
"execute-api:ManageConnections"
],
"Resource": "*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment