Skip to content

Commit b36b6df

Browse files
authored
Merge pull request #539 from wangzlei/master
Allow list TopicArn for SNS PublishBatch
2 parents a1f4c79 + 8f81b44 commit b36b6df

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/core/lib/resources/aws_whitelist.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,11 @@
304304
"request_parameters": [
305305
"TopicArn"
306306
]
307+
},
308+
"publishBatch": {
309+
"request_parameters": [
310+
"TopicArn"
311+
]
307312
}
308313
}
309314
},

0 commit comments

Comments
 (0)