Queuing services (SQS, Kafka)
AWS SQS (Simple Queue Service)
Authentication
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"sqs:SendMessage",
"sqs:GetQueueUrl"
],
"Resource": "arn:aws:sqs:your-region:your-account-id:your-queue-name"
}
]
}Message format
Kafka
Authentication
Message format
Last updated
Was this helpful?