Invalid test due to dynamodb never got hit
stevesun21 opened this issue · 1 comments
stevesun21 commented
This code if (operation == "create") is always false, which causes the dynamodb never got hit.
Should use if(operation.equalsIgnoreCase("create")).
berezovskyi commented
Thanks for the report! I will check it as soon as I can. This was really stupid of me! I will redo the tests.