Skip to content

Commit

Permalink
Allow list TopicArn for SNS Publish and PublishBatch (#357)
Browse files Browse the repository at this point in the history
* Allow list TopicArn for SNS PublishBatch request

* Allow list TopicArn for SNS Publish and PublishBatch
  • Loading branch information
wangzlei authored Oct 7, 2022
1 parent 11c498b commit 8161976
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
{
"services": {
"SNS": {
"operations": {
"Publish": {
"request_parameters": [
"TopicArn"
]
},
"PublishBatch": {
"request_parameters": [
"TopicArn"
]
}
}
},
"DynamoDb": {
"operations": {
"BatchGetItem": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,11 @@
"request_parameters": [
"TopicArn"
]
},
"PublishBatch": {
"request_parameters": [
"TopicArn"
]
}
}
},
Expand Down

0 comments on commit 8161976

Please sign in to comment.