Sends new items to an SQS queue
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "VisualEditor0",
"Effect": "Allow",
"Action": "sqs:SendMessage",
"Resource": "[your-sqs-queue-arn]"
}
]
}
This assumes you have an SQS queue created where you'd like events delivered. If not, go ahead an create one now.
send_message_to_sqs
step, saving your AWS access and secret keys from Step 2 above.