Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 423 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 423 Bytes

ECS Service scaling based on SQS messages

architecture

Rust application in Amazon ECS tasks polls SQS queue and the application scales based on CloudWatch metrics (NumberOfMessagesVisible).

How to deploy

Run the followings.

npm install
cdk deploy

Send some messages to SQS queue, and you will see ECS tasks scale out.