DynamoDB BATCH DELETE | .NET ON AWS | Serverless | Amazon

preview_player
Показать описание
Hello 👋 DynamoDB's batch delete functionality allows deleting multiple items from one or more DynamoDB tables with a single API call.

Whether you're dealing with data cleanup, archiving, or any scenario requiring mass deletion, this feature streamlines the process by allowing you to specify item keys for removal in batches. Batch Delete minimizes the number of API requests and enhances performance while benefiting from DynamoDB's scalability and managed infrastructure

In this video, let’s learn how to use the Batch delete functionality when building .NET applications. We will explore how to delete items in batch using the High-Level and the Low-Level APIs in the .NET DynamoDB SDK.

00:00 Introduction
02:23 High-Level API - Single Table
05:48 Delete Multiple Items
06:53 High-Level API - Multiple Table
10:12 Low-Level API - Single Table
13:40 Low-Level API - Multiple Tables
15:16 Unprocessed Items
15:49 Conclusion

Additional Watching

This video is sponsored by AWS and is part of my .NET on AWS Series.

Come say hi! ✋

#amazon #aws #dotnet #dynamodb
Рекомендации по теме
Комментарии
Автор

Thanks for this! Moving from Java to C# I knew what I needed, but not exactly the syntax/types. AWS docs examples lacking on delete... CoPilot was close but slightly hallucinating... Your video fills in the missing pieces 🙂

robertfletcher
visit shbcf.ru