Lambda Concurrency Limits and SQS Does Not Mix Well Every Time

AWS Lambda and SQS are some of the most popular services that Amazon provides. Yes, we do love them but lambda’s concurrency handling with SQS is silly. In this blog, I am going to share my experience working with them. If you are someone new to Lambda or SQS please feel free to check my … Read more

What is Amazon Simple Queue Service (SQS)? How to get started?

Amazon Simple Queue Service (SQS) is a service that is used whenever you want to decouple your application or for asynchronous execution. There is detailed documentation on the official AWS website. In this article, I am going to share my personal experience with SQS and a demo to get started. In case you are completely … Read more