Reputation: 774
I would like to be able to post messages to my queue without using an aws key.
Upvotes: 0
Views: 1625
Reputation: 774
So the answer is yes, you totally can, and its totally easy. Just select the queue and edit the permissions on the bottom of the page. There is an option for "Everybody (*)".
I tested with curl: curl -d "Action=SendMessage&Version=2011-10-01&MessageBody=barf"
Thanks Jarmod.
Upvotes: 3