I am not an experienced with DynamoDB, it looks like the error could come from here. That’s just a guess but it would apparently mean that The AWS credentials are not valid!.
If you remove your Key Condition Expression does it work then? I see that you are using retaierId = : retailerId AND status = :status. Maybe you need to remove a space to use :retailerId instead of : retailerId.
Hi, Marcus. Thanks for the reply. I tested the credentials and it is working. But I’ll try to remove that space at retailerId to see if works. I tried so many things, so I think I’m getting a little bit careless.