AWS Examples:
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/
The example#3 purpose: Office Temperature Report via AWS Lambda using Quarkus and LocalStack
Requirements:
- AWS Accont
- AWS Acoount access key
- Quarkus
- Docker
- LocalStack (https://www.localstack.cloud/)
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/
This example is using the Quarkus and Java AWS SDK v2 (AWS guide). It describes an example use of JSON data and AWS Lambda.
Prerequisites
- Maven 3.9+ & Java 17+
- Quarkus
- LocalStack
- Docker
- AWS CLI and awslocal
