aws-sqs
Here are 218 public repositories matching this topic...
A super efficient Amazon SQS thread based message processor for Ruby
-
Updated
Aug 7, 2020 - Ruby
In-memory message queue with an Amazon SQS-compatible interface. Runs stand-alone or embedded.
-
Updated
Aug 18, 2020 - Scala
Integration for Amazon Web Services APIs with Spring
-
Updated
Aug 20, 2020 - Java
Docker image to run Amazon Simple Queue Service (Amazon SQS) locally.
-
Updated
May 10, 2020 - Dockerfile
Dockerized ElasticMQ server + web UI over Alpine Linux for local development
-
Updated
Aug 7, 2020 - Dockerfile
command line for generate crud and configs for spring boot projects
-
Updated
Apr 29, 2020 - Java
RabbitMQ forwader to Amazon services
-
Updated
Feb 5, 2020 - Go
A light-weight message bus on top of AWS services (SNS and SQS).
-
Updated
Aug 20, 2020 - C#
Simple SQS Queue Bundle for Symfony
-
Updated
Feb 19, 2020 - PHP
Terraform module which creates SQS resources on AWS
-
Updated
Mar 30, 2020 - HCL
LambdaCron - serverless cron tool
-
Updated
Nov 1, 2017 - Python
Support library for using AWS from Pharo Smalltalk and for creating Lambda functions written in Pharo Smalltalk
-
Updated
Jun 11, 2020 - Smalltalk
Bridge to use Symfony Messenger on AWS Lambda with Bref
-
Updated
Jul 20, 2020 - PHP
Receive messages from multiple sources using a centralised delivery pipeline
-
Updated
Aug 14, 2020 - C#
网易云音乐用户评论(via指定用户的最常听的100首歌)在线提取平台
-
Updated
Sep 29, 2017 - Python
Sample AWS Step Functions application to get practice with SAM templates, Lambda functions, SNS topics and SQS queues.
-
Updated
Jul 4, 2019 - JavaScript
Helper package to easily access some aws-sdk-go's methods (SNS, SQS, DynamoDB, Rekognition, S3) & aws-lambda-go utilities.
-
Updated
Apr 25, 2019 - Go
Because unmonitored infrastructure will bite you
-
Updated
Jul 27, 2020 - C#
Improve this page
Add a description, image, and links to the aws-sqs topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the aws-sqs topic, visit your repo's landing page and select "manage topics."


Errors are retried immediately and forever. Would be good to enter a truncated exponential backoff loop or similar. A full jitter algorithm is available and in use by the AWS client. We should make sure failed messages are retried after an interval derived from that.
https://github.com/Blissfully/sqs-lambda-bridge/blob/eba837a7b080092ed44706aa53125c33aa8da1be/src/aws.js#L4-L15