Distributed Task Queue (development branch)
-
Updated
Apr 3, 2022 - Python
{{ message }}
Distributed Task Queue (development branch)
A Microservice Toolkit from The New York Times
This is intended to be a repo containing all of the official AWS Serverless architecture patterns built with CDK for developers to use. All patterns come in Typescript and Python with the exported CloudFormation also included.
Build Amazon Simple Queue Service (SQS) based applications without the boilerplate
Golang asynchronous task/job queue with Redis, SQS, IronMQ, and in-memory backends
Powertools (logger, HTTP client, AWS clients, middlewares, patterns) for Lambda functions.
AWS Serverless Security
Liquid Application Framework documentation, useful links and sample project
/area components (kafka pub/sub)
The current kafka pub/sub component targets just the minimum interfaces to publish and subscribe. We need an enhancement to the kafka component to support "ResetOffets". This means, we need to be able to invoke an API call to the dapr sidecar to "reset" the current offset to a previous value so that messages can b
Package to use Laravel on AWS Lambda with Bref
Dockerized ElasticMQ server + web UI over Alpine Linux for local development
A community AWS SDK for Perl Programmers
Describe the bug
Remove the warning moving await from mocha.opts.
DeprecationWarning: Configuration via mocha.opts is DEPRECATED and will be removed from a future version of Mocha. Use RC files or package.json instead.
Custom Jest Assertions for Serverless integration testing.
This Amazon SQS Java Messaging Library holds the Java Message Service compatible classes, that are used for communicating with Amazon Simple Queue Service.
We have often see developer telling us the problems going on with WPA and then the first way to debug the issue is by going through WPA kubernetes logs for the queue to find what is going on. We should logs events for all the important thing that goes on with the WPA object.
Asynchronous message dispatcher - Currently using asyncio and amazon SQS
ActiveJob on SQS & Lambda
This plugin provides native AWS instrumentation for monitoring and metrics collection, including: health and metrics for various AWS services, such as EC2, RDS, ELB, and more, as well as handlers for EC2, SES, and SNS.
An Amazon SQS client that supports creating lightweight, automatically-deleted temporary queues, for use in common messaging patterns such as Request/Response. See http://aws.amazon.com/sqs.
The Asynchronous Messaging Workshop is a collection of individual labs covering different aspects and patterns of asynchronous messaging.
Kubernetes pod autoscaler based on queue size in AWS SQS
Add a description, image, and links to the sqs topic page so that developers can more easily learn about it.
To associate your repository with the sqs topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
From the end of May, .NET 5.0 goes out of support, which forms a good trigger for us to move the samples to .NET 6.0.
https://devblogs.microsoft.com/dotnet/dotnet-5-end-of-support-update/
Describe the solution you'd like
The simplest solution here is to just target .NET 6.0 and rebuild. We don't want to bring over .NET