You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 28, 2025. It is now read-only.
Hi I have successfully used your LocalDynamoDbRule in a sort of functional test, but I would also like to use DynamoDb against my Repository instances (spring data), but currently, I can't because Spring Boot rather helpfully inserts it Hikari Driver in place. I'm assuming that I would need a way to create a SpringDatabaseRule, but can't because neither LocalDynamoDbRule or DynamoDbRule implement DatabaseRule. I'm looking into making another rule that covers this, but I think it would be handy, if your library included this.
Hi I have successfully used your LocalDynamoDbRule in a sort of functional test, but I would also like to use DynamoDb against my Repository instances (spring data), but currently, I can't because Spring Boot rather helpfully inserts it Hikari Driver in place. I'm assuming that I would need a way to create a SpringDatabaseRule, but can't because neither LocalDynamoDbRule or DynamoDbRule implement DatabaseRule. I'm looking into making another rule that covers this, but I think it would be handy, if your library included this.
Nice job, by the way.