#
aws-sqs
Here are 221 public repositories matching this topic...
A super efficient Amazon SQS thread based message processor for Ruby
-
Updated
Sep 9, 2020 - Ruby
In-memory message queue with an Amazon SQS-compatible interface. Runs stand-alone or embedded.
-
Updated
Sep 29, 2020 - Scala
Integration for Amazon Web Services APIs with Spring
java
aws
spring
spring-boot
spring-cloud
aws-sqs
aws-ses
aws-rds
aws-cloudformation
aws-elasticache
aws-java-sdk
spring-cloud-core
-
Updated
Sep 28, 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
Sep 30, 2020 - Dockerfile
command line for generate crud and configs for spring boot projects
java
cli
crud
spring-boot
generate
scaffold
aws-sqs
spring-mvc
spring-data-jpa
crud-generator
spring-cli
spring-scaffold
crud-api
openj9
jms-aws
-
Updated
Apr 29, 2020 - Java
RabbitMQ forwader to Amazon services
-
Updated
Feb 5, 2020 - Go
Terraform module which creates SQS resources on AWS
-
Updated
Mar 30, 2020 - HCL
Simple SQS Queue Bundle for Symfony
-
Updated
Feb 19, 2020 - PHP
LambdaCron - serverless cron tool
-
Updated
Nov 1, 2017 - Python
Bridge to use Symfony Messenger on AWS Lambda with Bref
-
Updated
Sep 21, 2020 - PHP
Support library for using AWS from Pharo Smalltalk and for creating Lambda functions written in Pharo Smalltalk
-
Updated
Jun 11, 2020 - Smalltalk
Receive messages from multiple sources using a centralised delivery pipeline
-
Updated
Aug 25, 2020 - C#
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
网易云音乐用户评论(via指定用户的最常听的100首歌)在线提取平台
-
Updated
Sep 29, 2017 - Python
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