Evan Hackett

Results 1 issues of Evan Hackett

When running a batch_execute_statement, the following exception occurs: ``` AttributeError: 'DynamoHandler' object has no attribute 'batch_execute_statement' ``` Here is the complete trace: ``` > result = app.lambda_handler(event, '') tests/unit/test_merge_decode_results.py:51: _...

enhancement