Use dummy credentials since you are running it locally, the credentials won't be used..
var credentials = new BasicAWSCredentials("fakeMyKeyId", "fakeSecretAccessKey");
Initialize the client and pass the credentials like this:
var client = new AmazonDynamoDBClient(credentials, clientConfig);