AWS
![](/content/images/size/w1384/2025/01/OpenSearch-.NET.png)
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.
![](/content/images/size/w1384/2024/12/Dead-Letter-Queue.png)
Why Dead Letter Queues Are a Must-Have for Reliable Messaging Systems Paid Members Public
A Dead Letter Queue (DLQ) is a special queue that handles messages that cannot be successfully processed or delivered to their intended destination. In this post, we will explore what a Dead Letter Queue is, why it’s important, and the benefits of using one.
![](/content/images/size/w1384/2024/12/CDK---GitHub-Actions.png)
Building and Deploying .NET Applications with AWS CDK on GitHub Actions Paid Members Public
Let's learn how to set up a build-deploy pipeline on GitHub Actions to automate infrastructure management and deploy resources on AWS for our .NET application.
![](/content/images/size/w1384/2024/11/S3-Etags.png)
How to Prevent Amazon S3 Object Overwrites with Conditional Writes in .NET Paid Members Public
Amazon S3 now supports ETags for conditional writes, allowing you to check if an object has been modified before updating it. This feature helps prevent accidental overwrites when multiple users simultaneously write to the same object. Let's learn how to use this from a .NET application.
![](/content/images/size/w1384/2024/11/DynamoDB-Zero-ETL.png)
DynamoDB Zero-ETL Integration With Amazon OpenSearch Service Paid Members Public
Let's learn how to set up the DynamoDB Zero ETL plugin for OpenSearch, a fully managed, no-code setup for ingesting data into Amazon OpenSearch Service.
![](/content/images/size/w1384/2024/11/CDK-LocalStack.png)
Setting Up AWS CDK with .NET for Seamless LocalStack and AWS Deployments Paid Members Public
Let's learn how to use CDK to deploy and manage resources in both LocalStack and AWS accounts. We will use the same CDK code base to deploy to both.
![](/content/images/size/w1384/2024/11/LocalStack.png)
How to Use LocalStack for Seamless AWS Development in .NET Paid Members Public
LocalStack is a fully functional local AWS cloud stack that lets you emulate AWS services directly on your machine. Let's learn how to set up and run your .NET application locally on LocalStack.
![](/content/images/size/w1384/2024/11/AWS-CDK.png)
AWS CDK For The .NET Developer: How To Easily Get Started Paid Members Public
AWS CDK simplifies Cloud Infrastructure management. CDK lets you define AWS resources using first-class programming concepts. It translates your code into AWS CloudFormation templates, which can be used to provision AWS resources for your application. Let's get started using .NET and C#.