NOTE: This post is still under construction come back later please Introduction When AWS introduced Lambda in 2014, it fundamentally changed how developers think about building and deploying applications. The serverless paradigm promised freedom f ... read more →
Introduction When dealing with high-concurrency workloads, scaling AWS Lambda effectively while avoiding throttling can become a challenge. This post explores a real-world scenario where an application(just like a worker), written in Kotlin, process ... read more →