Hey, I'm Rahul Nath π
Coder. Blogger. YouTuber. Teacher.
I enjoy running. Blogs are usually technical and about life in general.
Coder. Blogger. YouTuber. Teacher.
I enjoy running. Blogs are usually technical and about life in general.
This blog post is a collection of other posts that covers various aspects of AWS Lambda and other services you can integrate with when building serverless applications on Lambda.
Optimistic locking is an approach that allows multiple users to access and modify the same data concurrently while preventing conflicts and maintaining consistency. When building your applications, letβs learn how to set up Optimistic Locking with objects in the DynamoDB table.
Condition Expressions allow specifying constraints when writing data to an Amazon DynamoDB table. It allows you to specify a Boolean expression that must be true for the operation to proceed. Let's learn from Condition Expressions and how to use it from .NET
Recently at work, I had to deploy ~80 CloudFront instances, each with its own Certificate, pointing to one S3 bucket as its source, all in one CloudFormation file. I kept running into "Rate exceeded for operation AWS::CloudFront::Distribution'.". Let's learn how to fix it.
Let's explore how to publish Events using NServiceBus. We will learn how to Publish Events with NServiceBus, subscribe to Events and how it works under the hood when using AWS SQS Transport.