Spring Boot CRUD Example using AWS DynamoDB

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 ม.ค. 2025

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

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

    Follow me on Twitter: twitter.com/DailyCodeBuffer

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

      @DynamoDocument - why is the department stored as a document?

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

    All tutorials which I was finding was 3 string fields and done. Thanks you helped me a loot .!! 8:24 - Composition with Java object.

  • @senthilvelrajagopal1801
    @senthilvelrajagopal1801 3 ปีที่แล้ว +1

    It is one of the best presentation i have seen. I also liked the hands-on experience you showcased here.

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

    Very nice video and explanation Sir.
    Thank you very much.🙏

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

    Good tutorial, very short and accurate, thanks to upload this kind of content

  • @shahidanwar6254
    @shahidanwar6254 3 ปีที่แล้ว +3

    I have one question, I was trying for one more nested json with this example, it was not working, please tell me how can i do this

  • @rrafaelpaz
    @rrafaelpaz 3 ปีที่แล้ว +3

    Hey Brother, thank you so much for your time to help us all! Great video! God bless you! Cheers from Australia!

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

    perfect explanation about DynamoDB implementation. Keep it up to help our dev community.

  • @mohammedjamal4759
    @mohammedjamal4759 3 ปีที่แล้ว +1

    Thank you so much, It helps me getting started with aws dynamodb

  • @sps2611-w7m
    @sps2611-w7m 4 ปีที่แล้ว +5

    This was really helpful, just when I needed it!

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

    Hi can you please tell me what is the handler method in this code as it will be required to change in the lambda runtime setting

  • @malleshkumarv
    @malleshkumarv 2 หลายเดือนก่อน

    Thank you for the detailed description. My question is No sql being structure less data, so tomorrow if a new field is added to employee details, do i need to make changes to java entity object to get new fields. Is there a way to see new fields without touching java code.

  • @edwinmcc
    @edwinmcc 3 ปีที่แล้ว

    Thank you very much. I think this is going to be the starting point for a long journey in DynamoDB for me. You have done a good job. . .

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

    Thank you very much! I was able to get this to work and now my crush is very impressed :). I smashed the like button as you requested

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

    Very good explanation about how DynamoDB is implemented.
    Great work!

  • @adarsh_adi
    @adarsh_adi 3 ปีที่แล้ว +1

    Is it possible to insert or update one time like in JPA using saveAll? Is it good to integrate JPA with DynamoDB and how to query DynamoDB based on GSI

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

    Thank you so much Shabbir for such Awesome tutorials

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

    Your videos makes the concepts so simple. Awesome bro !!

  • @MrMaj-cl5mb
    @MrMaj-cl5mb 2 ปีที่แล้ว +1

    getting error 500 even after adding '@Autowired' please help me im not getting response from api

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

    With this single table/multiple documents model, how do you create global and local secondary indices?

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

    Great video and explanation!
    Great work!

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

    Your videos are awesome bro, you will give complete picture and hands on in a clear way. Can you please also make a video on dynamoDB INDEXes with springboot.

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

      Thanks 🙏🏻
      I will surely plan on it

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

    My DynamoDB running on local port 8000, How can i connect it via Code, Since i don't want directly connect via DymanoDB on AWS, i won't be using the Access/Secret Key's..?

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

    Thank you very much. This was very useful. All the best for your TH-cam journey.

  • @sandesh4063
    @sandesh4063 3 ปีที่แล้ว +1

    Keep it up for awesome video, try to cover dynamodb query part also. 🤘

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

    best aadmi hai yaar tu

  • @김가은-f4t
    @김가은-f4t 3 ปีที่แล้ว

    감사합니다. 자료가 많이 없어서 갈팡질팡했는데 해결했습니다👍

  • @SergeyVorobev-fr7ye
    @SergeyVorobev-fr7ye ปีที่แล้ว

    Thank you) You saved a lot of time!

  • @akshatgupta-educatingall3182
    @akshatgupta-educatingall3182 2 ปีที่แล้ว

    does this github link is the final code ? or we need to write the complete code?

  • @9451519438
    @9451519438 3 ปีที่แล้ว

    Is it necessary to have a table pre-created before using it in the code? Wouldn't it be automatically created once we start th application just like in spring data JPA??

  • @pavankumar2107
    @pavankumar2107 3 ปีที่แล้ว

    How to work on localdate property with dyanamodb

  • @khushiagarwal9173
    @khushiagarwal9173 3 ปีที่แล้ว

    how can we pass request using eclipse.. please guide

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

    Bhai tum bhut mast kaam krta h re!!

  • @kirankumardesu1769
    @kirankumardesu1769 3 ปีที่แล้ว

    how to stop duplicate entries to dynamodb?

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

    nice explanation. Could you please remove your image screen or make smaller put into cornor.

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

    Hi Sir
    This video was superb .. Thanks a ton again to make our life easier

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

    How can we connect with DocumentDb? can u share one video with it !!

  • @AlexanderChP
    @AlexanderChP 3 ปีที่แล้ว

    what method I can use if need retrieve all employees

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

    Helpful Video and hearty thankful. It would have been great if you added some methods to scan and query by Index. Please reference if you have some samples.

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

    How to get all the data at once ?

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

    Thanks a lot.! Very well presented, short, concise and very helpful.! I could successfully do CRUD operations as explained in the video.

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

    Great video can you pls upload a video with all Lombok annotations

  • @sujith6323
    @sujith6323 3 ปีที่แล้ว +1

    hey ..you are doing a great job. Thanks you so much.

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

    Hi, i got this error "WARN 19800 --- [nio-8083-exec-5] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved [org.springframework.web.HttpRequestMethodNotSupportedException: Request method 'GET' not supported]". What should I do?

  • @laurencefinny7410
    @laurencefinny7410 3 ปีที่แล้ว

    I am facing resource not found exception any solution?

  • @Latif127
    @Latif127 3 ปีที่แล้ว +1

    Very nice tutorial, thank you.

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

    Excellent content! I have a question, how can I retrieve all info of one table?

  • @sri8507
    @sri8507 3 ปีที่แล้ว

    You're a legend! Thanks for the video mate.

  • @Latif127
    @Latif127 3 ปีที่แล้ว

    I am looking for Spring and SpringBoot from scratch, do you have any tutorial series on that topics?

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

    Quite a good and educative video! Thanks

  • @brunodobelinguimaraes4900
    @brunodobelinguimaraes4900 8 หลายเดือนก่อน

    really nice video! thanks a lot!

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

    This is great! simple and very clear.. Thank youuu ❤

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

    Nice video sir, in case of composite primary key, what change we need to for update/ save

  • @82ashutoshranjan
    @82ashutoshranjan 3 ปีที่แล้ว

    Thank You so much for this insightful video. Just wanna ask one question-like with JPA, we load data.sql file at the start of the application. How can we do so while working with dynamoDB?

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

    Thank you soo much for the video brother.
    Could you also make a video on creating dynamo DB with infrastructure as code

  • @kogantirikhita8104
    @kogantirikhita8104 3 ปีที่แล้ว +1

    Very nice video...can you do an extension for this deploying the spring boot application in serverless environment like Aws lamda instead of using tomcat server.

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

    Great understanding bro

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

    Nice demo.

  • @Userabj001
    @Userabj001 3 ปีที่แล้ว

    please make video on unit testing for all crud operations.. using jUnit .. or using Junit and mockito

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

    Thank you very much. Great video.

  • @acesAtlaNtis
    @acesAtlaNtis 7 หลายเดือนก่อน

    well explained.. thanks !

  • @caclargacha
    @caclargacha 8 หลายเดือนก่อน

    Great video, thanks

  • @chandrashekar-cs8bg
    @chandrashekar-cs8bg 3 ปีที่แล้ว

    keep up the good work, thankyou

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

    Nice video and explanation sir ..

  • @thiagoiplinsky3611
    @thiagoiplinsky3611 3 ปีที่แล้ว

    Good tutorial, thanks!

  • @gerardojao
    @gerardojao 9 หลายเดือนก่อน

    Thank you my friend

  • @dontknow6356
    @dontknow6356 3 ปีที่แล้ว

    Thanks man for the help

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

    aweosme. worked for me....

  • @yashpatel-qg3ic
    @yashpatel-qg3ic 3 ปีที่แล้ว

    Hey, can you tell me how to add a date in both model and its implementation. Thanks in advanced. Please help

  • @khushiagarwal9173
    @khushiagarwal9173 3 ปีที่แล้ว

    This is really helpful

    • @DailyCodeBuffer
      @DailyCodeBuffer  3 ปีที่แล้ว +1

      Thank you

    • @khushiagarwal9173
      @khushiagarwal9173 3 ปีที่แล้ว

      @@DailyCodeBuffer how to add JSP page on the project and data through it

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

    video on sdk-2

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

    much helpful... Thank you

  • @fernandojsantos09
    @fernandojsantos09 3 ปีที่แล้ว

    Man, thank you so much for this video... I helped me a lot. If I could, I'd thumb up twice... kkkkk

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

    Thanks a million :)

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

    Thank you!

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

    Tks, success here !

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

    Nice video

  • @shashankdahake1453
    @shashankdahake1453 3 ปีที่แล้ว

    Thanks

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

    Nice

  • @diogocd
    @diogocd 3 ปีที่แล้ว +1

    tenk yu

  • @sravankumarreddy8956
    @sravankumarreddy8956 3 ปีที่แล้ว

    Please slow good vedio

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

    bhai chal ni ra yaar ye. thoda dekhiyo computer pe. meet pe aaja

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

    Thank you!