.NET Core 2.0 - AWS Tutorial - Getting Items from a DynamoDB Table

preview_player
Показать описание
Check out my Pluralsight course for more in-depth knowledge on DynamoDB and .NET Core

In this video, we Get Items from our DynamoDB Table.

If you liked this video, share, like and, subscribe.

Connect with me on social media:
Рекомендации по теме
Комментарии
Автор

Hi Daniel, Very simple and easy to understand all create, put and read. Thanks. I would be very good to have transactions training videos on DynamoDB

nim
Автор

Hey Daniel.
Would you share Query with Pagination ?

oguzhan
Автор

Thankx a lot Daniel.
I got requirement like if internal user (AD) try to access my site then it should prompt AWS Cognito screen and they can go to dashboard By clicking on SignIn Corporate ID but if external user (public facing site as well) access site it should prompt Cognito Login screen so that they will enter details once they signup mail has to sent to my business team where they will approve/deny user to get access for site. (For this task do I need to use Dynamo DB?)
Hope I will get some guidance from you as I am new to AWS Cognito...Thank you in advance
Note : As you know we can two pools... one for corporate ID Login and another for public users Login

ramutangudu
Автор

Sir, how to use and conditional operator or comparison operator, datetime casting only date

vriddhipihuvlogs
Автор

Hi Daniel, this tutorial was great exactly what I needed for dynamodb, I have a question about cognito, and the I'm trying to do similar injection for it and am having no luck, do you know if this is even possible?

greggtierney
Автор

It is great tuto. Can you please tell me how to retrieve the data from ddb order by date descending, i need to get latest item in the first.

vbalakumarcse
Автор

Hi, I really learnt a lot from your Video. Please how would I map to a List of Messages. When Message is a class .

patrickokudo
Автор

You are doing scan operation for getting single item from table, this is completely wrong! If you know the Id, and your id is a partition, you should make query, NOT scan.

dmitrynenazhenko