Skip to content

Commit 42c1f72

Browse files
committed
ISSUE-84: Whitelist TopicArn for SNS Publish Operation
1 parent 461d488 commit 42c1f72

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

aws_xray_sdk/ext/resources/aws_para_whitelist.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
{
22
"services": {
3+
"sns": {
4+
"operations": {
5+
"Publish": {
6+
"request_parameters": [
7+
"TopicArn"
8+
]
9+
}
10+
}
11+
},
312
"dynamodb": {
413
"operations": {
514
"BatchGetItem": {

0 commit comments

Comments
 (0)