Skip to content

madhead/aws-junit5

Repository files navigation

aws-junit5

JUnit 5 extensions for AWS

What is this repo?

This repo contains few JUnit 5 extensions that you could find useful for testing AWS-related code. These extensions can be used to inject clients for AWS service mocks provided by tools like localstack or DynamoDB Local. Both AWS Java SDK v 2.x and v 1.x are supported. Currently, these services are supported:

How do I use it?

Read the documentation or the Javadoc. I tried to keep it short.

Submit an issue in case of any questions, problems, proposals or requests.