Quarkus

Content

  • #1: aws-dynamodb-quickstart
  • #2: aws-dynamodb-reactive-quickstart
  • #3: quarkus-aws-localstack-lambda-dynamodb
  • #4: quarkus-aws-localstack-lambda-json-table

Example#1

aws-dynamodb-quickstart

Description and code: https://jreact.com/index.php/2024/02/24/aws-dynamodb-quickstart/

This example showcases how to use the AWS DynamoDB client with Quarkus. As a prerequisite install AWS Command line interface.

Example#2

aws-dynamodb-reactive-quickstart

Description and code: https://jreact.com/index.php/2024/02/25/aws-dynamodb-reactive-quickstart/

This example showcases how to use the AWS DynamoDB client with Quarkus reactive. As a prerequisite install AWS Command line interface.

Example#3

quarkus-aws-localstack-lambda-dynamodb

Description and code: https://jreact.com/index.php/2024/03/05/quarkus-aws-localstack-lambda-dynamodb/

Example#4

quarkus-aws-localstack-lambda-json-table

Description and code: https://jreact.com/index.php/2024/03/19/quarkus-aws-localstack-lambda-json-table/

Prerequisites