How to do Test Driven Development with AWS Lambda Function in Python

Published: at 10:48 PM

Overview

This episode shows how to write an AWS Lambda Function in Python following the TDD (Test Driven Development) approach. This leverages on boto3 python module to allow calls to AWS API and moto to mock the calls to AWS Services.

Recommended book references

Click on book reference to open product details in Amazon website.