AWS SQS Integration
Cloudloop can be used to deliver SBD messages directly to a SQS queue.
Amazon’s SQS (or Simple Queue Service) is a cheap, highly scalable managed queue. It can be attached to an AWS Lambda consumer for Serverless consumption, or integrated with an application running on a more typical server inside or out of AWS. with a number of programming languages, including python, java and shell.
Amazon provide a generous 1,000,000 SQS requests within the free tier, which is enough for 22 devices to transmit a message every hour. Requests beyond the first 1,000,000 are charged at a pay as you go rate, and can be batched to reduce costs.
Updated over 3 years ago
What’s Next