Whole series on Dyanmo DB is excellent. Superbly crafted step by step right from design to access patterns . One of best resources out there, not many get into application table design, this is amazing . Thanks a lot.
This tutorial is very help full to me Can you tell me if i want to get just all organization and secondly organization search by name with upercase and lower And i also want to know how we query in dynamodb like "like" clouse in rdb Thankyou
I got this message when using this command "node index.js" "Error: Cannot find module 'uuid/v4' Require stack: --------------------- " Any advice is much appreciated on how to fix this?
I use the following code, it works... Newer versions of this library requires it to be ... const { v4: uuidV4 } = require('uuid'); //1. create an organization const orgId = uuidV4(); Thank you.
WIll be nice if you can show DynamoDB pagination. WIth Data Tables , not using NextToken.. Adn Sorting By any Column !! That will be awsome. All other things are very easy..
Kindly share with me your slides
Whole series on Dyanmo DB is excellent. Superbly crafted step by step right from design to access patterns . One of best resources out there, not many get into application table design, this is amazing . Thanks a lot.
can you share the repository for this example
This tutorial is very help full to me
Can you tell me if i want to get just all organization and secondly organization search by name with upercase and lower
And i also want to know how we query in dynamodb like "like" clouse in rdb
Thankyou
I got this message when using this command "node index.js"
"Error: Cannot find module 'uuid/v4'
Require stack:
---------------------
"
Any advice is much appreciated on how to fix this?
@@EnlearAcademy Hello! I have already installed it. I did the steps as mentioned in tutorial.
I use the following code, it works...
Newer versions of this library requires it to be ...
const { v4: uuidV4 } = require('uuid');
//1. create an organization
const orgId = uuidV4();
Thank you.
WIll be nice if you can show DynamoDB pagination. WIth Data Tables , not using NextToken.. Adn Sorting By any Column !! That will be awsome. All other things are very easy..
@@EnlearAcademyWill be cool
Pagination and sorting!!! APmplify does not talk about it. You will be the first.