node.jsamazon-web-servicesaws-lambdaamazon-dynamodb

How to debug a aws lambda function?


During this weekend i was running some node functions on aws lambda integrated with dynamodb, im using x-ray to debug it creating my own annotations, i like to know if there is a better approach to debug lambda functions something like a step-by-step?


Solution

  • Lambda local can be used to test the lambda code in local machine.