amazon-archives / aws-sdk-core-ruby

This repository has moved to the master branch of aws/aws-sdk-ruby
https://github.com/aws/aws-sdk-ruby
243 stars 57 forks source link

Validating SNS Messages #211

Closed leifg closed 9 years ago

leifg commented 9 years ago

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?

trevorrowe commented 9 years ago

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.

trevorrowe commented 9 years ago

Closed as duplicate of https://github.com/aws/aws-sdk-ruby/issues/709