Update Items In DynamoDB Table Using Python Boto3 Script

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

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

  • @JoeyVay
    @JoeyVay 2 ปีที่แล้ว +2

    Thanks a ton for making this! The documentation on this method on its own can be a bit overwhelming and was helpful to see you work through what each section of the request is used for with a real world example.

  • @an8manohar
    @an8manohar 7 หลายเดือนก่อน +1

    Even before watching complete video, I'm liking/subscribing it, because you explaining (how to use)both aws doc and code simultaneously

  • @jroseme
    @jroseme 3 หลายเดือนก่อน

    THANK YOU!! The documentation was confusing the hell out of me.

  • @fancylad2006
    @fancylad2006 ปีที่แล้ว

    Thank you, very good tutorial!

  • @AlfredJohnGalosmo
    @AlfredJohnGalosmo 2 ปีที่แล้ว +1

    How can you update multiple record that has the same partition key? (batch_id)

  • @mshilpa9897
    @mshilpa9897 ปีที่แล้ว

    How to auto increment primary key in dynamo db

    • @dheeraj-choudhary
      @dheeraj-choudhary  ปีที่แล้ว

      AWS DynamoDB does not support auto-incrementing primary keys, as each item in a DynamoDB table must have a unique primary key value

  • @karunakarhv7418
    @karunakarhv7418 2 ปีที่แล้ว

    How to update boolean value?

    • @dheeraj-choudhary
      @dheeraj-choudhary  2 ปีที่แล้ว

      Checkout this aws official documentation docs.aws.amazon.com/amazondynamodb/latest/developerguide/Expressions.UpdateExpressions.html