Skip to content

rajadilipkolli/aws-stack

Repository files navigation

codecov Open in Gitpod

Getting Started

This repository contains AWS samples that can be integrated with Spring boot, connects to localstack instead of aws so that we can verify the functionality in local

AWS Capabilities Samples

The following table list all sample codes related to the spring boot integrations with AWS capabilities

SERVICE DESCRIPTION
cloudwatch This Sample demonstrates how to use the cloudwatch and see the metrics
dynamodb This Sample demonstrates how to connect with dynamodb using AWS SDK v2 and perform CRUD Operations
kinesis This Sample demonstrates how to use Kinesis as a publisher and Subscriber using Spring Cloud Stream
parameterstore This Sample demonstrates how to read the configuration values from parameter store and use it creating beans
s3 This Sample demonstrated how to upload and download the files in S3 Bucket using AWS SDK V2
secretmanager This Sample demonstrates how to read the configuration values from Secret Manager and use it creating beans
ses This Sample demonstrates how to send email using Simple Email Service with and without attachments using AWS SDK V2
sqs This Sample demonstrated how to send and receive Simple messages using AWS SDK V2