amazon-archives/aws-sdk-core-ruby

Validating SNS Messages

Closed this issue · 2 comments

With v1 I could verify SNS Messages like this:

AWS::SNS::Message.new(params).authentic?

But in the v2 docs (and code) I have found no reference to this. The only thing I discovered was a post from November 2014 where it is explained, that this feature is not implemented yet. https://forums.aws.amazon.com/message.jspa?messageID=584183

But as v2 is stable now I suppose this feature should be implemented?

You are correct that this feature has not yet been implemented in the v2 SDK. You can continue using the v1 SDK to verify messages until this functionality has been ported. Could you re-open this issue against the new repo? We've recently migrated back to the aws/aws-sdk-ruby repo.

Closed as duplicate of aws/aws-sdk-ruby#709