Topic: AWS Lambda Functions
All the articles with the topic "AWS Lambda Functions".
1. AWS Lambda Function using Container (Python)
In this video, I am following through what is described in an AWS blog to setup AWS Lambda Function to use a Python container image.
2. How to do Test Driven Development with AWS Lambda Function in Python
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.