Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 2.17 KB

File metadata and controls

21 lines (12 loc) · 2.17 KB

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.