Challenge: Implementing Functionality under Test
Test yourself by implementing functionality under test in an AWS Lambda application.
We'll cover the following...
Test-driven development (TDD) is a technique where developers write tests before writing code. This technique allows the tests to aid in the design of the code. For example, we would be able to think ...