From 8996ae8b43e73a38ee8df815d9509dafdef5f6fe Mon Sep 17 00:00:00 2001 From: Arho Huttunen Date: Sat, 14 Oct 2023 17:16:37 +0300 Subject: [PATCH] Drop plans for AWS SDK 1.x support --- documentation/src/docs/asciidoc/overview.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/src/docs/asciidoc/overview.adoc b/documentation/src/docs/asciidoc/overview.adoc index b289cff1..8f25dd3e 100644 --- a/documentation/src/docs/asciidoc/overview.adoc +++ b/documentation/src/docs/asciidoc/overview.adoc @@ -3,7 +3,7 @@ AWS TestKit provides a set of JUnit 5 extensions to make testing with AWS SDK easier. AWS TestKit works with service mocks provided by tools like https://github.com/localstack/localstack[LocalStack], https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DynamoDBLocal.html[DynamoDB Local], or even real AWS services. -At the moment only https://docs.aws.amazon.com/sdk-for-java/latest/developer-guide/home.html[AWS SDK for Java 2.x] is supported but support for AWS Java SDK v1 is planned. +Only https://docs.aws.amazon.com/sdk-for-java/latest/developer-guide/home.html[AWS SDK for Java 2.x] is supported. Version 1.x will not be supported. Currently, the following services are supported: