How to use DynamoDB JavaScript SDK - Quick Demo

แชร์
ฝัง
  • เผยแพร่เมื่อ 18 ธ.ค. 2024

ความคิดเห็น • 10

  • @ekibet
    @ekibet 5 ปีที่แล้ว

    Kindly share with me your slides

  • @dinakaranonline
    @dinakaranonline 5 ปีที่แล้ว

    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.

  • @andresm9051
    @andresm9051 4 ปีที่แล้ว

    can you share the repository for this example

  • @uzairahmed2975
    @uzairahmed2975 4 ปีที่แล้ว

    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

  • @shwenansuwai2481
    @shwenansuwai2481 4 ปีที่แล้ว

    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?

    • @shwenansuwai2481
      @shwenansuwai2481 4 ปีที่แล้ว

      @@EnlearAcademy Hello! I have already installed it. I did the steps as mentioned in tutorial.

    • @shwenansuwai2481
      @shwenansuwai2481 4 ปีที่แล้ว +1

      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.

  • @miguelangelmayori1073
    @miguelangelmayori1073 5 ปีที่แล้ว +1

    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..

  • @miguelangelmayori1073
    @miguelangelmayori1073 5 ปีที่แล้ว

    Pagination and sorting!!! APmplify does not talk about it. You will be the first.