
Master Python conditionals using if, elif, and else to guide program flow with comparisons, then define and call functions with parameters and return values for JSON parsing with Boto3.
Automate EC2 start and stop using AWS Lambda triggered by EventBridge schedules, configure cron expressions, test with stop and start rules, and monitor next trigger dates.
Watch a live walkthrough of creating an EventBridge rule to trigger a Lambda function on a schedule, including cron expressions and attaching the trigger in the AWS console.
Learn how to create an aws lambda function in python using boto3 to publish messages to an sns topic, configure permissions, test delivery to an email subscription, and troubleshoot issues.
The use of AWS Lambda Functions with Python and the Boto3 library are one of the most underutilized services that AWS offers and, when combined, are an AWS practitioner's dream tool. We've designed this course for users wanting to gain proficiency without spending so much time on lecture material that they have to go back and constantly review before going forward because the information is so dense.
This course will cover all you need to know to actually start using AWS Lambda to develop your own maintainence, operations and development tasks in AWS. You'll learn how to set up and automate tasks that would therwise take a lot of time to do even using the AWS CLI or custom scripts.
Boto3 is a Python based library written for the express purpose of interactive with AWS and, as such, has built-in classes and methods for interacting with virtually every AWS service that exists. AWS Lambda Functions with Python and Boto3 will also give you flexibility and many more options to program complex automation all in one place without the need to use many different tools.
We're excited about this topic and know that once you see what AWS lambda can do for you that you will wonder how you ever did without it.