Skip to content

Instantly share code, notes, and snippets.

@greencamp20552
Created July 19, 2023 04:15
Show Gist options
  • Select an option

  • Save greencamp20552/82cdbb5e2ccc62229646f918e8fd2fa0 to your computer and use it in GitHub Desktop.

Select an option

Save greencamp20552/82cdbb5e2ccc62229646f918e8fd2fa0 to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"dynamodb:Describe*",
"dynamodb:Get*",
"dynamodb:List*",
"dynamodb:Batch*",
"logs:CreateLogGroup",
"logs:CreateLogStream",
"logs:Get*",
"logs:List*",
"logs:Describe*",
"logs:PutLogEvents",
"dynamodb:PutItem",
"cloudwatch:Describe*",
"cloudwatch:Get*",
"cloudwatch:List*",
"sns:CreateTopic",
"application-autoscaling:Describe*",
"s3:PutObject",
"s3:List*",
"s3:Get*",
"dynamodb:Scan",
"tag:Describe*",
"tag:Get*"
],
"Resource": "*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment