Skip to content

felipeesc/aws-LS-spring-boot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aws-LS-spring-boot

Spring Boot application demonstrating AWS LocalStack integration for local cloud development.

Tech Stack

  • Java 17
  • Spring Boot 3
  • AWS LocalStack
  • Maven
  • Lombok

Prerequisites

  • Java 17+
  • Maven 3.8+
  • Docker (para rodar o LocalStack)

Running LocalStack

docker run --rm -it \
  -p 4566:4566 \
  localstack/localstack

Running the Application

./mvnw spring-boot:run

Build

./mvnw clean package

AWS Services (LocalStack)

Configure o endpoint no application.properties:

cloud.aws.endpoint=http://localhost:4566
cloud.aws.region.static=us-east-1
cloud.aws.credentials.access-key=test
cloud.aws.credentials.secret-key=test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages