I’m trying to test out my lambda method – I"m using mysql and not dynamo, but not sure if this matters for the problem i’m having.
When i execute
serverless invoke local --function add-ui-test --path mocks/add-test.json
The test never ends…I have to ctrl-c to get out of it and then I get a prompt to
“Terminate batch job”
Not sure what I"m doing wrong and what I need to do to make this test end properly.
Let me know if you need more info or need to seem sample of my code to help figure out cause.