Skip to content

madhead/aws-junit5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

902e437 · Aug 3, 2022

History

99 Commits
Aug 3, 2022
Jan 30, 2022
Jan 30, 2022
Jan 30, 2022
Jan 30, 2022
Jan 16, 2022
Jan 30, 2022
Jan 30, 2022
Jan 30, 2022
Jan 30, 2022
Jan 30, 2022
Jan 30, 2022
Jan 30, 2022
Jan 16, 2022
Jan 30, 2022
Jan 30, 2022
Aug 3, 2022
Jan 16, 2022
Feb 25, 2021
Jan 27, 2022

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.