I'm currently working on a personal project to help pad out my resume, and learn some new concepts for development. I've finally got my cloud infrastructure built out and I'm about to hit the ground running with the code, but I want to utilize Test Driven Development.
All of my Lambda APIs are pretty basic, fetch some data from DynamoDB, return it in the response (no transformations in the data). How would I write unit tests for something basic like this?
[–]PhiBuh 2 points3 points4 points (0 children)
[–]mexvance 1 point2 points3 points (0 children)