We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HI,
I try to implement send message through SNS using HTTP request like:
http://sns.us-east-1.amazonaws.com/?Subject=My%20first%20message&TopicArn=arn..&Message=Hello%20world%21&Action=Publish&SignatureVersion=2&SignatureMethod=HmacSHA256&Timestamp=2016-08-20T05:57:29Z&AWSAccessKeyId=accesskey&Signature={*signature*}
here how to create signature?
and also any other way to send messages using SNS?
Thanks
The text was updated successfully, but these errors were encountered:
Ok
I got it
anyway... Thanks
Sorry, something went wrong.
No branches or pull requests
HI,
I try to implement send message through SNS using HTTP request like:
http://sns.us-east-1.amazonaws.com/?Subject=My%20first%20message&TopicArn=arn..&Message=Hello%20world%21&Action=Publish&SignatureVersion=2&SignatureMethod=HmacSHA256&Timestamp=2016-08-20T05:57:29Z&AWSAccessKeyId=accesskey&Signature={*signature*}
here how to create signature?
and also any other way to send messages using SNS?
Thanks
The text was updated successfully, but these errors were encountered: