VOOZH about

URL: https://www.javacodegeeks.com/tag/dynamodb

⇱ DynamoDB Archives - Java Code Geeks


  • Enterprise Java👁 Image
    Yatin BatraJune 23rd, 2025
    0 315

    Query DynamoDB with Hashkey And Range Key

    Amazon DynamoDB is a fully managed NoSQL database service designed for high availability and low latency at any scale. It…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Biju KunjummenDecember 11th, 2020
    0 1,623

    AWS SDK 2 for Java and storing a Json in DynamoDB

    AWS DynamoDB is described as a NoSQL key-value and a document database. In my work I mostly use the key-value…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Biju KunjummenMay 28th, 2020
    0 373

    AWS DynamoDB version field using AWS SDK for Java 2

    It is useful to have a version attribute on any entity saved to anAWS DynamoDB database which is simply a…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Gaurav BhardwajMarch 30th, 2020
    0 4,143

    AWS Lambda to save data in DynamoDB

    In this tutorial, we will see how using AWS Lambda we can save data in Dynamo DB. Here are the…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Janaka BandaraMay 31st, 2019
    0 332

    AWS Lambda Event Source Mappings: bringing your triggers to order from chaos

    Recently we introduced two new AWS Lambda event sources (trigger types) for your serverless projects on Sigma cloud IDE: SQS…

    Read More »
  • Software Development👁 Image
    Bartomeu GalmesMarch 18th, 2019
    0 406

    DynamoDB explained – Part 1

    DynamoDB has been a bit of a buzzword recently, so after years working on relational and document databases I decided…

    Read More »
  • Software Development👁 Image
    Andre TorresFebruary 16th, 2019
    0 233

    Working with the DynamoDB

    Part 0 – The application. We have this application called Tasqui that can be found in THIS repository. It is…

    Read More »
  • Enterprise Java👁 Image
    Biju KunjummenJanuary 7th, 2019
    1 5,002

    Unit testing DynamoDB applications using JUnit5

    In a previous post I had described the new AWS SDK for Java 2 which provides non-blocking IO support for Java…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Biju KunjummenDecember 18th, 2018
    0 1,099

    Reactive Spring Webflux with AWS DynamoDB

    AWS has released AWS SDK for Java version 2, the SDK now supports non-blocking IO for the API calls of different…

    Read More »
  • 1
  • 2
  • 3
  • »
Back to top button
Close