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.
Github Link: https://github.com/dyordsabuzo/pablos...
#Python #TDD #AWSLambdaFunction