DynamoDB

Querying OpenSearch from .NET: Full-Text Search on DynamoDB Data. 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.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
AWS

DynamoDB Zero-ETL Integration With Amazon OpenSearch Service 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.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
AWS

Beyond CRUD: Leveraging DynamoDB Transactions for Complex Operations in .NET Members Public

Amazon DynamoDB Transactions simplifies the developer experience of making all-or-nothing changes to multiple items within and across tables. In this post, let's learn about TransactWriteItems and how to use them when building .NET applications.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
AWS

How to Effectively Manage Data Lifetime with DynamoDB Time to Live Members Public

Amazon DynamoDB Time to Live (TTL) is a feature that allows you to manage the expiration of items in a DynamoDB table automatically. Let's learn how to enable and use the TTL feature when building applications.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
AWS

Batch Delete Item Operations In DynamoDB Using .NET Members Public

DynamoDB's batch delete functionality allows deleting multiple items from one or more DynamoDB tables with a single API call. This feature is useful when you're dealing with data cleanup, archiving, or any scenario requiring mass deletion.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
AWS

BatchWriteItem Operations In DynamoDB Using .NET Members Public

Amazon DynamoDB's BatchWriteItem functionality allows you to insert multiple items to one or more DynamoDB tables using a single API call. This feature is particularly useful for scenarios involving data ingestion, bulk updates, or data cleanup tasks.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
AWS

BatchGetItem Operations In DynamoDB Using .NET Members Public

Amazon DynamoDB's BatchGetItem functionality allows you to retrieve multiple items from one or more DynamoDB tables using a single API call. This feature is useful when retrieving multiple items with known primary keys. It reduces the number of roundtrips to the database and optimizes performance.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
AWS

How to Query Secondary Indexes Using DynamoDBContext From the .NET SDK? Members Public

Learn how to use the High Level DynamoDBContext API to query Global and Local Secondary Indexes in DynamoDB from .NET applications.

Rahul Pulikkot Nath
Rahul Pulikkot Nath
AWS