AWS Lambdas in Python: Using AWS Lambda with Containers SES SNS & DynamoDB
A major benefit of using AWS Lambda is that you can easily integrate with other powerful AWS services like the Elastic Container Registry (ECR) AWS Simple Email Service (SES) DynamoDB or Simple Notification Service (SNS). Learn how to deploy a lambda function based off a Docker container image and upload it to AWS via the ECR. Explore adding functionality to your lambda so that it can connect to Twitter. Modify your lambda to write out tweets to an S3 bucket and send automated emails. Finally create a lambda function that triggers on a notification from an SNS and write out the contents of that notification to a DynamoDB table. Upon completion of this course you will be able to easily deploy lambda functions as container images and seamlessly integrate AWS Lambda with ECR SES DynamoDB and SNS.