Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 533 Bytes

File metadata and controls

10 lines (5 loc) · 533 Bytes

Usage Examples of LocalStack

Reference Documentation

Two examples of using LocalStack is provided here. Make sure you have Docker installed and docker engine is started. The examples use Java 14. Make changes to pom.xml if you are using a lower version of Java.

  • JUnit Test classes : JUnit Jupiter tests start LocalStack in a Docker container when the test runs and stops the container when test ends.
  • Spring Boot application: REST API for creating a customer profile in AWS DynamoDB and store profile picture in S3.