I am testing my application which uses dynamoDB. I have started an instance locally using docker and I’m able to create / add items in the instance. Now, inside my Java application, I am trying to connect to my local and when I’m sending an API call that interacts with my local Dynamo, it throws an error – Unable to
Tag: dynamo-local
AWS Local DynamoDB The security token included in the request is invalid
I am new to AWS and I am trying to perform CRUD operation on Local DynamoDB from a Java program. The Java program is an AWS sample. I have AWS CLI installed and have set the following configuration – As per AWS documentation, I don’t need a real AWS access and secret key for Local DynamoDB. I have set the