dynamodb-lock-client
dynamodb-lock-client copied to clipboard
fix: add sortKey to the FailedClosedConfig schema
Hi @tristanls,
I noticed that the library would throw Validation
error if we provided sortKey
config to the FailedClosedClient
. This PR helps the issue by fixing the schema definition.
Cheers Andre