DynamoDB Python GET | PUT | DELETE | SCAN | QUERY Boto3 Tutorial

Поделиться
HTML-код
  • Опубликовано: 5 авг 2019
  • code: github.com/soumilshah1995/Lea...
  • НаукаНаука

Комментарии • 54

  • @ashishjuneja6574
    @ashishjuneja6574 3 года назад

    Thanks soumil... this is exactly what I was looking for :)

  • @VivekKBangaru
    @VivekKBangaru Год назад

    Good one
    500th LIkes

  • @bodeadetunji4963
    @bodeadetunji4963 4 месяца назад

    THANK YOU SO MUCH FOR THIS. IT IS GREAT TUTORIAL

  • @madhusmitamohapatra6407
    @madhusmitamohapatra6407 4 года назад +5

    Hi, Thank you for this tutorial, It helped a lot in my project. Thank you for simplifying it.

    • @SoumilShah
      @SoumilShah  4 года назад

      Madhusmita Mohapatra thanks for commenting and letting me know that my videos helped you )

  • @remixowlz
    @remixowlz 4 года назад

    Thank you sir! High quality explanation, video zoom in and microphone!

  • @mollyrharper
    @mollyrharper 4 года назад

    Thank you, you've been super helpful.

  • @akshathab.s6751
    @akshathab.s6751 4 года назад

    Great videos 🙂

  • @edydon
    @edydon 10 месяцев назад

    Thx -Keep up the great work!

  • @ig2947
    @ig2947 4 года назад

    Great videos.. thanks a lot.
    Appreciate if you can make a video on Condition expressions OR how to put in / update value of an attribute --- based on say a value of some other attribute (something like if-then statement in programming context). Unfortunately I could not find good content anywhere.. and since I am a beginner such video / information will really help.
    Thanks again.. and pls keep posting more content.

  • @saurabh123gangrade
    @saurabh123gangrade 4 года назад

    Great strudy material.

  • @wdchild
    @wdchild 3 года назад +2

    Helpful. But it would have been more helpful if you showed how to search on multiple conditions or columns (e.g. by first and last name).

  • @anifowosemorolake6973
    @anifowosemorolake6973 2 года назад

    Thank you, this video was very helpful.

  • @mattglem3204
    @mattglem3204 3 года назад

    You’re awesome dude

  • @tak68tak
    @tak68tak 4 года назад

    Thanks. It's awesome.

  • @charleswellingtone8767
    @charleswellingtone8767 2 года назад

    Amazing amazing video

  • @bowenliu807
    @bowenliu807 4 года назад +2

    Thank you. This is great. I'm a beginner with AWS just trying to see what I can do in AWS with Python. And I wonder if I have missed your other videos since you didn't mention how to connect to your AWS account with your credentials and everything. I am wondering if you can shed some light on that: how to first connect to my AWS console from Jupyter. Thanks again.

    • @sindhukillekar5150
      @sindhukillekar5150 4 года назад +1

      Can someone ans to this question as i m facing the issue while fetching the data from Dynamo DB. how to connect AWS to pycharm . i m getting error as botocore.exceptions.ClientError: An error occurred (ExpiredTokenException) when calling the Scan operation: The security token included in the request is expired

  • @krishna38
    @krishna38 2 года назад

    Great tutorial. I would like to see how would do unit testing with mock?

  • @saurabhgupta985
    @saurabhgupta985 4 года назад

    Thanks a lot!!

  • @sorbel719
    @sorbel719 3 года назад

    If I want to print all the data from my dynamodb table and sort them in descending order by column create_date, how can I do it? (I'm new in this, sorry)

  • @unknownsoldier3394
    @unknownsoldier3394 Год назад +2

    Bro It seems you were in rush to go out to somewhere

  • @nirupamjollymullassery4335
    @nirupamjollymullassery4335 4 года назад

    hi
    is there any way to get data from a single cell from the dynamodb table? not as a list for a id number.. for example i just need to get the age of one particular person. thanks

  • @gideonz74b
    @gideonz74b Год назад

    How can replacing a descriptive 'Age', 'First', 'Last' by an non-descriptive array with indices 0, 1 and 2 be a GOOD PRACTICE??

  • @srikanthcheera4489
    @srikanthcheera4489 4 года назад

    I have to set limit 1 and based on the latest created one, I have given ScanIndexForward: false but it is not working

  • @harshavardhanms6121
    @harshavardhanms6121 3 года назад

    Thank you so much bro

  • @kya-baat
    @kya-baat 3 года назад

    Bro can u pls help me to delete all items of the table when both partition key and sort key is given...

  • @venkataramesh3510
    @venkataramesh3510 3 года назад

    Hey Soumil, I am looking some python script to migrate selected data(queried data) from one region(us-west-2) to another(us-east-1). Any help

  • @vittalbelur5784
    @vittalbelur5784 4 года назад

    Hi
    Great way of explaining......but need your help as my daughter is doing a project on AWS IoT and stuck at a particular point...

  • @komal1090
    @komal1090 3 года назад

    Explain about LastEvaluatedKey also, that's better to complete the task.

  • @arunmaddy997
    @arunmaddy997 4 года назад +1

    This was very helpful, thank you.
    I have a doubt, how can we expose this as a API?
    for instance you have 3 columns as part of the above example, how can we accept these 3 parameters as a request via a URL and then handle this in python and insert to DynamoDB,
    processing request and inserting is already taken care of, i was trying to explore how to use AWS API gateway to send the parameters as a request and handle it in python and then get/put from dynamoBD.
    any help would be much appreciated.
    thanks in advance

    • @SoumilShah
      @SoumilShah  4 года назад +1

      Either create a rest api in AWS or
      You can create a flask rest api
      Host on AWS or Heroku

    • @subhajitmishra8597
      @subhajitmishra8597 4 года назад

      @@SoumilShah i have the same issue and it would be helpful if u make a video or share the lambda code !

    • @tak68tak
      @tak68tak 4 года назад

      AppSync that employs GraphQL could help.

  • @diegomedina8126
    @diegomedina8126 3 года назад

    Thanks for the video. But I have a doubt. Everyone don't teach how to connect to the api from a local file. You don't use the secret key to connect. PLease can you show how to connect to the api?

  • @poojakumari-yy9xo
    @poojakumari-yy9xo 3 года назад

    how can I store this table
    information in pandas dataframe ??

  • @saintgiles5220
    @saintgiles5220 Год назад

    Thx guy

  • @thevijayraj34
    @thevijayraj34 3 года назад +3

    How you connected it?

    • @nestorsilveramarquez5826
      @nestorsilveramarquez5826 3 года назад +1

      I WANNA KNOWWW

    • @thevijayraj34
      @thevijayraj34 3 года назад

      @@nestorsilveramarquez5826 just do the aws cli configure with access key and secret key. Then provide the acces rights to that account. It will work like a charm.

  • @hemasrisagi4657
    @hemasrisagi4657 4 года назад

    I am facing an issue in d very first step of defining the client api.It says no region error.can u pls help me out with it.

    • @bullmirra6
      @bullmirra6 3 года назад

      Hi there, same here, did you managed to solve it?

  • @MrMuralikrishna1982
    @MrMuralikrishna1982 4 года назад

    Hi Nitin, its really good tutorial. i was just wondering if you could help me with an issue which i am facing in deleting records in dynamo db .As part of load test, there used be thousands of records getting inserted in to one of the tables. However, i dint find a way to delete all of them at one go. is there any way that i can delete all the records from AWS management console. Much appricaiated if you could help me with this.

    • @SoumilShah
      @SoumilShah  4 года назад +1

      Murali Krishna B I think you will use Boto 3
      I think they have batch delete
      Please refer documentation

    • @SoumilShah
      @SoumilShah  4 года назад

      here is ref code I found stackoverflow.com/questions/55169952/delete-all-items-dynamodb-using-python

    • @MrMuralikrishna1982
      @MrMuralikrishna1982 4 года назад

      @@SoumilShah Thanks much for your quick response. i would try this and let you know

  • @kya-baat
    @kya-baat 3 года назад

    Well explained. Thanks a lot bro.
    I was trying to replicate it on my system but getting some error : noRegionError()

    • @kya-baat
      @kya-baat 3 года назад

      I was also wondering how would it read the credentials since we haven't given it in the code.

    • @abdulrehmaan1113
      @abdulrehmaan1113 8 месяцев назад

      You do not need credentials if you are using environment variables or aws profile.

  • @vittalbelur5784
    @vittalbelur5784 4 года назад

    So I need to know how to get in touch with you

  • @charvithaker6571
    @charvithaker6571 2 года назад

    can you show the same using boto3.client

  • @shivamanand8998
    @shivamanand8998 3 года назад

    You just made a very basic mistake. You didn't tell how the boto3 library has access to AWS.

  • @qrubmeeaz
    @qrubmeeaz Год назад

    Recipes without concepts. Pointless.