aparnavikraman.hashnode.devAWS SQS FIFO Queue vs Standard QueueAmazon SQS offers two types of queues: FIFO (First-In-First-Out) and Standard. Let's explore their pros and cons to help choose the right queue for your application. FIFO Queues FIFO queues guarantee that messages are processed in the exact order the...Oct 6, 2024·3 min read
aparnavikraman.hashnode.devRate limiting AWS Lambda invocation with AWS SQS event sourceOverview AWS Lambda provides developers with serverless computing resources with built-in scalability and optimizes agility, performance, cost, and security. But it comes with its challenges. In this blog, we will see the current scaling behavior, an...Aug 11, 2024·4 min read
aparnavikraman.hashnode.devServerless Design for URL Shortening Service1. Overview 1.1 What is a URL shortening Service? It is a service which can provide short aliases for long URLs. Instead of sharing a lengthy URL with your customers or peers, a short URL will be generated and shared. On clicking the short URL, the l...Apr 21, 2024·8 min read
aparnavikraman.hashnode.devUnderstanding ETag Formats in Amazon S3Introduction Amazon S3 (Simple Storage Service) is a popular cloud storage service offered by Amazon Web Services (AWS). It provides a scalable, reliable, and secure infrastructure for storing and retrieving data. In this blog post, we'll explore the...Jun 9, 2023·4 min read
aparnavikraman.hashnode.devWhy Metrics and Alarms are important for your Service/Application?Metrics and alarms are crucial tools for monitoring and maintaining the performance and reliability of a software application. By tracking key performance indicators (KPIs) and setting up alerts for when certain thresholds are crossed, organizations ...Dec 29, 2022·3 min read