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.
In this post, you’ll learn how to secure your ASP.NET API with Amazon Cognito by setting up JWT bearer authentication, validating tokens, and locking down endpoints to keep your API safe and accessible only to authorized users.
Discover how to configure Amazon Cognito User Pools and App Clients, then implement the Authorization Code OAuth Flow using the hosted UI and Postman. Learn to securely handle user sign-in, authorization, and token retrieval for your web, mobile, or API applications.
Let's learn how to easily add your custom Lambda Function to Amazon Bedrock Agents using the Lambda Powertools library.
Let's learn how to set up a GitHub Actions build-deploy pipeline to deploy an ASP.NET API application to an Amazon EC2 instance, running as a systemd service.
Amazon S3 presigned URLs allow you to grant temporary, secure access to specific objects in your S3 bucket without exposing your credentials. Let's learn how to use this from a .NET application.