Testing Python AWS applications using LocalStack

4K views Jan 25, 2023

hands-on.cloud

This video demonstrates how to test various AWS services, such as S3 and Lambda, using LocalStack and Python Boto3 library on your local machine. Check out the supporting blog article to see examples of working with Amazon DynamoDB and KMS services. The entire course content is available for you at: https://hands-on.cloud/quick-introduction-to-python-for-aws-automation-engineers/. The supporting blog article is available at: https://hands-on.cloud/testing-python-aws-applications-using-localstack/. This video has been created using Synthesia: https://hands-on.cloud/recommends/synthesia-io/. LocalStack website: https://localstack.cloud/ Boto3 documentation for AWS Lambda (client): https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/lambda.html Boto3 documentation for Amazon S3 (client): https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/s3.html 00:00 - Intro 00:25 - Prerequisites 00:47 - What is LocalStack? 02:07 - How to install LocalStack? 02:37 - LocalStack configuration – Environment variables 03:49 - LocalStack configuration – AWS CLI