Skip to content

rayh/sqs-to-ecs-dispatcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple SQS => ECS Dispatcher

Simply send your ECS job params to an SQS queue (i.e what you would have sent to runTask using the node AWS SDK). Run this as a service in your ECS cluster and it will poll the SQS queue and simply dispatch the jobs to ECS. If ECS returns an error (lack of CPU/Memory, etc) - the job will go back simply be reprocessed at a later time.

Environment variables

To configure this service, simply pass in the usual AWS_* env variables or use IAM roles.

To set the queue, define QueueUrl

About

Dispatch jobs from SQS to ECS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published