Skip to content

Commit

Permalink
fix:[PLG-428] sns fix. (#2053)
Browse files Browse the repository at this point in the history
Co-authored-by: ARUN KUMAR KOTTARATTIL <[email protected]>
  • Loading branch information
2 people authored and akashpaladin committed Jan 31, 2024
1 parent 33a0f51 commit a2f3227
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,6 @@ private static void policyDoneSNS(String message) {
PublishRequest.builder()
.topicArn(topicArn)
.message(message)
.messageDeduplicationId(UUID.randomUUID().toString())
.messageGroupId(UUID.randomUUID().toString())
.build());

// Print the message ID returned by the publish operation
Expand Down

0 comments on commit a2f3227

Please sign in to comment.