Skip to content

Simple example of using LocalStack via TestContainers to test a simple Step Function using Java and maven

License

Notifications You must be signed in to change notification settings

aleph0io/java-maven-testcontainers-sfn-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

java-maven-testcontainers-sfn-example

An SSCCE of using LocalStack via TestContainers to test a simple AWS Step Function in a Java project with maven build and JUnit 5 Jupyter test framework.

Building

The build is fully integrated with maven and may be run using simply:

mvn clean compile test verify

This will build the main code as well as run unit tests via surefire and integration tests via failsafe.

Reusing

The code is intended to be modular and reused. While I hope all the code is useful, I suspect the following code may be of particular interest:

The code is available under the Apache License v2.