Skip to content

arhohuttunen/awstestkit

Repository files navigation

Gradle Build codecov codefactor

AWS TestKit

AWS TestKit is a programmer-friendly testing library for working with AWS SDK.

An example of ease-of-use with LocalStack and Testcontainers:

@LocalStackTest
@SnsTest
class LocalStackExtensionTest {
    @Test
    void localStackIsRunning(@AwsClient SnsClient client) {
        assertIterableEquals(client.listTopics().topics(), emptyList());
    }
}

Documentation

User Guide

About

Programmer-friendly testing library for working with AWS SDK.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published