Skip to content

Commit

Permalink
Fix sqs/sns case for aws sdk v2 parameter allowlist lookups (#373) (#374
Browse files Browse the repository at this point in the history
)

* Fix sqs/sns case for parameter allowlist lookups (#373)

* Test sqs/sns and refactor TracingInterceptorTest

* Fix checkstyle issues
  • Loading branch information
humanzz authored Feb 27, 2023
1 parent 8215450 commit 683898a
Show file tree
Hide file tree
Showing 3 changed files with 205 additions and 172 deletions.
2 changes: 2 additions & 0 deletions aws-xray-recorder-sdk-aws-sdk-v2/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ dependencies {
testImplementation("org.skyscreamer:jsonassert:1.3.0")
testImplementation("software.amazon.awssdk:dynamodb:2.15.20")
testImplementation("software.amazon.awssdk:lambda:2.15.20")
testImplementation("software.amazon.awssdk:sqs:2.15.20")
testImplementation("software.amazon.awssdk:sns:2.15.20")
}

tasks.jar {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"services": {
"SNS": {
"Sns": {
"operations": {
"Publish": {
"request_parameters": [
Expand Down Expand Up @@ -152,7 +152,7 @@
}
}
},
"SQS": {
"Sqs": {
"operations": {
"AddPermission": {
"request_parameters": [
Expand Down
Loading

0 comments on commit 683898a

Please sign in to comment.