AWS DynamoDB PAGINATION | .NET ON AWS | AWS Serverless | Amazon

Описание к видео AWS DynamoDB PAGINATION | .NET ON AWS | AWS Serverless | Amazon

Hey 👋 DynamoDB charges for reading, writing, and storing data in your DynamoDB tables. As a rule of thumb, when querying data, you can consider that each record that you retrieve from the database has a direct cost attached to it.

So using pagination and limiting the records you retrieve for your application and users has a direct impact on saving cost and also performance.

In this video, let’s learn how to implement pagination when querying and retrieving data from DynamoDB. We will look at the code examples using .NET, but the concepts apply to other programming languages as well. We will learn how to use the LastEvaluatedKey, ExclusiveStartKey, Limit, and ScanIndexForward properties to page data when building APIs.

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

00:00 Introduction
01:15 Pagination
03:09 Recap
04:09 Getting All Data
07:34 Limit Query Results
09:54 LastEvaluatedKey
21:32 Implementing continuous scroll
28:06 Forward/Backward Paging
32:24 Paging Using KeyConditionExpression

🔗 Getting Started with DynamoDB - https://www.rahulpnath.com/blog/aws-d...

Additional Watching
📹AWS DynamoDB -    • AWS DynamoDB For The .NET Developer: ...  
📹 AWS DynamoDB Querying -    • 5 Ways To Query Amazon DynamoDB using...  
📹Lambda Udemy Course - https://bit.ly/aws-lambda-udemy
📹AWS Credential Management -    • AWS CREDENTIALS: How To Manage - Gett...  
📹 ASP Series - https://bit.ly/asp-net-core-series
📹AWS Series - https://bit.ly/aws-net-series

Come say hi! ✋
🌍 Blog - https://rahulpnath.com/
✉ Subscribe to my Newsletter - https://www.rahulpnath.com/subscribe
🐦Twitter -   / rahulpnath  
📸Instagram -   / rahulpnath  

🛠️ Uses http://rahulpnath.com/uses
🎥 Recording Setup and Workflow - https://www.rahulpnath.com/blog/youtu...

#amazon #aws #dotnet #dynamodb

Комментарии

Информация по комментариям в разработке