AWS

How to Protect Your ASP.NET API Using JWT and Amazon Cognito Paid Members Public
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.

Getting Started with Amazon Cognito: Setting Up User Pools and App Clients Paid Members Public
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.

AWS Lambda Powertools for .NET - Bedrock Agent Function Resolver Paid Members Public
Let's learn how to easily add your custom Lambda Function to Amazon Bedrock Agents using the Lambda Powertools library.

Step-by-Step: Setting Up GitHub Actions to Build and Deploy .NET to EC2 Paid Members Public
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 Paid Members Public
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.

Is AWS Lambda SnapStart Right for Your Workload? Paid Members Public
AWS Lambda SnapStart replaces Init Duration with Restore Duration. Is it just a name change, or does it truly reduce cold starts? In this post, we explore its impact, when it matters, and when to use it for your AWS functions.

Getting Started with AWS Lambda SnapStart: A Beginner’s Guide Paid Members Public
AWS Lambda SnapStart is a performance optimization that speeds up startup times for Lambda Functions, typically with no changes to your function code. Let's learn how to enable it on your existing functions, how it works under the hood and make sure your Lambda Functions are SnapStart ready.

Querying OpenSearch from .NET: Full-Text Search on DynamoDB Data. Paid Members Public
Learn how to query data from Amazon OpenSearch using .NET after importing it from DynamoDB with Zero ETL. This integration allows you to perform full-text searches and advanced queries on DynamoDB data, enhancing your application's search capabilities seamlessly.