
AWS testing with Jest: Part 2
The first part of testing AWS with Jest is here. This article follows a more standard use of Jest Unit Test framework. This next example is of AWS functions being INSIDE another function that is being tested ie. leaving only business logic within the function.
Being involved in the software creation industry, the term“unit tests” is used a lot. Especially as an early way to catch bugs or help achieve the goal…