533 B
533 B
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.