Skip to content

Commit

Permalink
Merge pull request #269 from wangzlei/master
Browse files Browse the repository at this point in the history
Allow list TopicArn for SNS PublishBatch request
  • Loading branch information
wangzlei authored Oct 27, 2022
2 parents 23b2c89 + b14982a commit 5db1a25
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sdk/src/Handlers/AwsSdk/DefaultAWSWhitelist.json
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,11 @@
"request_parameters": [
"TopicArn"
]
},
"PublishBatch": {
"request_parameters": [
"TopicArn"
]
}
}
},
Expand Down

0 comments on commit 5db1a25

Please sign in to comment.