berezovskyi/lambda-test-java

Invalid test due to dynamodb never got hit

stevesun21 opened this issue · 1 comments

This code if (operation == "create") is always false, which causes the dynamodb never got hit.

Should use if(operation.equalsIgnoreCase("create")).

Thanks for the report! I will check it as soon as I can. This was really stupid of me! I will redo the tests.