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
Hi all
could you please help
I use dynamodb-lock-client v 1.1.0
and I spot an issue that AmazonDynamoDBLockClient does not have an access to dynamodb table.
I was trying to use following methods tryGetOrAcquireLock and createLockTableInDynamoDB, and both returned an error Service: AmazonDynamoDBv2; Status Code: 400; Error Code: AccessDeniedException.
However the the client AmazonDynamoDB that I injected has access.
Thanks.
The text was updated successfully, but these errors were encountered:
Hi all
could you please help
I use
dynamodb-lock-client v 1.1.0
and I spot an issue that
AmazonDynamoDBLockClient
does not have an access todynamodb
table.I was trying to use following methods
tryGetOrAcquireLock
andcreateLockTableInDynamoDB
, and both returned an errorService: AmazonDynamoDBv2; Status Code: 400; Error Code: AccessDeniedException
.However the the client
AmazonDynamoDB
that I injected has access.Thanks.
The text was updated successfully, but these errors were encountered: