Skip to content

Commit

Permalink
Deprecate dynalite module (#7191)
Browse files Browse the repository at this point in the history
Nowdays, Testcontainers provides a LocalStack module which offers
DynamoDB integration.
  • Loading branch information
eddumelendez authored Jun 16, 2023
1 parent 19a3c14 commit 81b0763
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion modules/dynalite/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
description = "Testcontainers :: Dynalite"
description = "Testcontainers :: Dynalite (deprecated)"

dependencies {
api project(':testcontainers')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@

/**
* Container for Dynalite, a DynamoDB clone.
*
* @deprecated use localstack module instead
*/
public class DynaliteContainer extends GenericContainer<DynaliteContainer> {

Expand Down

0 comments on commit 81b0763

Please sign in to comment.