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

Опубликовано: 02 Октябрь 2024
на канале: Pablo's Spot
7,952
101

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