Tag: AWS Step Functions

How to orchestrate Queue-based Microservices with AWS Step Functions and Amazon SQS (Part 1)?

Reading Time: 11 minutes Assume that you are developing a distributed application and looking for a solution to transmit a large volume of data, at any level of throughput, without losing messages or requiring other services to be available, you can think about Amazon SQS! Using Amazon SQS you can decouple application components so that they run and fail […]

How to orchestrate Queue-based Microservices with AWS Step Functions and Amazon SQS?

Reading Time: 10 minutes Since the term was coined in 2011, Microservices have been making waves among forward-thinking application development corporations. Microservices help decouple application components so that they run and fail independently, increasing the overall fault tolerance of the system. When your application is decoupled you need them to communicate in a seamless way to avoid any delay, […]

Back To Top