Skip to content

Commit

Permalink
remove campaign table putitem
Browse files Browse the repository at this point in the history
  • Loading branch information
c6fc committed Dec 6, 2022
1 parent bd33205 commit 930a765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsonnet/cognito_iam_roles.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@
"dynamodb:PutItem",
],
resources: [
"${aws_dynamodb_table.campaigns.arn}",
//"${aws_dynamodb_table.campaigns.arn}",
"${aws_dynamodb_table.settings.arn}"
],
condition: [{
Expand Down

0 comments on commit 930a765

Please sign in to comment.