Rahul Nath (@rahulpnath) 's Twitter Profile
Rahul Nath

@rahulpnath

I code, write, and teach .NET | Tech YouTuber & Content Creator with a Full Time Job YouTube.com/c/RahulNath

ID: 23318060

linkhttps://www.rahulpnath.com/ calendar_today08-03-2009 15:29:57

10,10K Tweet

2,2K Takipçi

420 Takip Edilen

Rahul Nath (@rahulpnath) 's Twitter Profile Photo

Setting up AWS CDK on GitHub Actions. youtu.be/IvxWDFb-fSs Here's how to set up your AWS Resources on your build-deploy pipeline using AWS CDK. In this video, we will deploy a Web API that talks DynamoDB and SQS and a Lambda function with an SQS trigger to process the

Rahul Nath (@rahulpnath) 's Twitter Profile Photo

Let's learn how to import existing AWS resources into a CDK Stack. youtu.be/T5iibueNEbo In today’s video, we explore the powerful CDK import feature and show you how to integrate existing resources into your CDK stacks seamlessly. Here’s what we cover: ✅ Introduction to

Rahul Nath (@rahulpnath) 's Twitter Profile Photo

The AWS Cloud Development Kit (CDK) simplifies cloud infrastructure management. CDK lets you define AWS resources using first-class programming concepts. rahulpnath.com/blog/aws-cdk-d… It translates your code into AWS CloudFormation templates, which can be used to provision AWS

Rahul Nath (@rahulpnath) 's Twitter Profile Photo

Testing against live AWS services can be costly, time-consuming, and sometimes impractical when building cloud-based applications. This is where LocalStack  comes in. rahulpnath.com/blog/aws-local… LocalStack is a fully functional local AWS cloud stack that lets you emulate AWS

Rahul Nath (@rahulpnath) 's Twitter Profile Photo

One AWS CDK to rule them all! rahulpnath.com/blog/cdk-local… Developing and testing AWS applications locally can be challenging without the right tools. AWS CDK makes deploying and managing resources effortless. And when combined with LocalStack, it allows for a smooth local

Rahul Nath (@rahulpnath) 's Twitter Profile Photo

How do you do a full-text search on the data in your DynamoDB database? The simple answer is that you don’t. youtu.be/iRTllEbrrUk DynamoDB excels at fast key-value and document queries but isn’t built for complex full-text search, like ranking or relevance filtering.

Rahul Nath (@rahulpnath) 's Twitter Profile Photo

Amazon S3 now supports ETags for conditional writes. This is a game-changer for teams managing concurrent writes to the same objects. 👉 Video - youtu.be/UrGuKGxu9sY This new feature ensures updates happen only if the content hasn't changed, reducing the risk of accidental

Amazon S3 now supports ETags for conditional writes.

This is a game-changer for teams managing concurrent writes to the same objects.

👉 Video - youtu.be/UrGuKGxu9sY

This new feature ensures updates happen only if the content hasn't changed, reducing the risk of accidental
Rahul Nath (@rahulpnath) 's Twitter Profile Photo

How do you do a full-text search on the data in your DynamoDB database? The simple answer is... ...You don’t. Choose the right tool for the right job. 👇Keep Reading: rahulpnath.com/blog/dynamodb-… Amazon OpenSearch is optimized for complex full-text search and analytics, offering

Rahul Nath (@rahulpnath) 's Twitter Profile Photo

How do you do a full-text search on the data in your DynamoDB database? The simple answer is that you don’t. youtu.be/HpCvLEBouI8 DynamoDB excels at fast key-value and document queries but isn’t built for complex full-text search, like ranking or relevance filtering. In

Rahul Nath (@rahulpnath) 's Twitter Profile Photo

What happens to messages that fail repeatedly in your application queues? Are they gone forever? Not if you’re using a Dead Letter Queue (DLQ)! youtu.be/0gmNQdkHkzg In my latest video, I cover: • What is a DLQ? • Why are DLQs important? • Key benefits Using Amazon

Rahul Nath (@rahulpnath) 's Twitter Profile Photo

One of the biggest concerns around AWS Lambda has been cold starts. A cold start is the initial delay when a Lambda function is first invoked or after a period of inactivity. youtu.be/VGyxP4Sff2I AWS Lambda SnapStart is a performance optimization that speeds up startup

Rahul Nath (@rahulpnath) 's Twitter Profile Photo

AWS Lambda SnapStart replaces the Init Duration with a Restore Duration. youtu.be/lce7O0Gd5z4 One could argue that this is merely a name change and that cold starts remain an issue. In this video, let's explore whether this is true, under what circumstances, and when you

Rahul Nath (@rahulpnath) 's Twitter Profile Photo

Amazon Bedrock Agents can invoke functions to perform tasks based on user input. youtube.com/watch?v=-0ivGo… When using AWS Lambda to build these functions, you're often faced with the challenge of manually parsing complex JSON request/response payloads. The AWS Lambda Powertools

Rahul Nath (@rahulpnath) 's Twitter Profile Photo

Tired of juggling AWS SDK client setups in DOTNET? youtu.be/0EI1B3xApwE In this video, we’ll break down how to simplify Dependency Injection when working with AWS services. We’ll walk through the common manual setup approaches, highlight the downsides, and then show you how

Rahul Nath (@rahulpnath) 's Twitter Profile Photo

🔒Machine-to-Machine Auth with Amazon Cognito youtu.be/93fMc65qyCw Learn how to set up secure, automated app-to-app communication using Amazon Cognito and OAuth Client Credentials Flow. ✅ Amazon M2M authentication ✅ OAuth Client Credentials Flow ✅ Demo: .NET Console