I am building an app using dynamodb and node js with this tutorial
getting the response while testing in postman is
{
"__type": "com.amazonaws.dynamodb.v20120810#MissingAuthenticationToken",
"message": "Request must contain either a valid (registered) AWS access key ID or X.509 certificate."
}
Comments
Post a Comment