Skip to content

Instantly share code, notes, and snippets.

@eftalyurtseven
Created June 25, 2022 18:40
Show Gist options
  • Save eftalyurtseven/de209f046b45f8784561cdba7997e63d to your computer and use it in GitHub Desktop.
Save eftalyurtseven/de209f046b45f8784561cdba7997e63d to your computer and use it in GitHub Desktop.
KEDA IAM Policy
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": "sqs:GetQueueAttributes",
"Resource": "<SQS_QUEUE_ARN>"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment