#
aws-sqs
Here are 268 public repositories matching this topic...
A super efficient Amazon SQS thread based message processor for Ruby
-
Updated
Jul 30, 2021 - Ruby
In-memory message queue with an Amazon SQS-compatible interface. Runs stand-alone or embedded.
-
Updated
Sep 1, 2021 - Scala
Integration for Amazon Web Services APIs with Spring
java
aws
spring
spring-boot
spring-cloud
aws-sqs
aws-ses
aws-rds
aws-cloudformation
hacktoberfest
aws-elasticache
aws-java-sdk
spring-cloud-core
-
Updated
Jul 7, 2021 - 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
Feb 3, 2021 - Dockerfile
RabbitMQ forwader to Amazon services
-
Updated
Feb 5, 2020 - Go
python
docker
aws
events
microservices
framework
scalable
rabbitmq
amqp
best-practices
python3
aiohttp
asyncio
aws-sqs
async-await
aws-sns
microframework
tomodachi
sqs-consumer
distributed-messaging
-
Updated
Aug 31, 2021 - Python
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
Bridge to use Symfony Messenger on AWS Lambda with Bref
-
Updated
Jul 4, 2021 - PHP
Terraform module which creates SQS resources on AWS
-
Updated
May 26, 2021 - HCL
Simple SQS Queue Bundle for Symfony
-
Updated
Nov 13, 2020 - PHP
Support library for using AWS from Pharo Smalltalk and for creating Lambda functions written in Pharo Smalltalk
-
Updated
Apr 24, 2021 - Smalltalk
LambdaCron - serverless cron tool
-
Updated
Nov 1, 2017 - Python
Receive messages from multiple sources using a centralised delivery pipeline
-
Updated
Apr 9, 2021 - C#
A light-weight message bus on top of AWS services (SNS and SQS).
-
Updated
Aug 31, 2021 - C#
网易云音乐用户评论(via指定用户的最常听的100首歌)在线提取平台
-
Updated
Sep 29, 2017 - Python
Because unmonitored infrastructure will bite you
-
Updated
Jul 21, 2021 - 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
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