
Requirements
-
No programming experience required.
-
Only need the will to learn, everything else is easy.
-
You will learn everything you need to know if you follow along and practice
Description
AWS Lambda and Python (Full Course) – Beginner to Advanced
This is a course for AWS Lambda Beginners planning to gain expertise in writing Lambda functions using Python with no previous coding experience or experience in a different programming language.
It starts from absolute basics on Python and then builds on that to write Lambda functions to create AWS Resources and finally culminating in developing advanced real-world enterprise use case.
The final capstone project is a common banking and retail industry use-case where the bank gets a regular feed through a json file which triggers the lambda function via a S3 event notification, the lambda functions then reads the data in the json file and inserts the data into DynamoDB.
Part 1 : AWS Lambda – Python Basics
Video 1 – Python Basics – 1 (Install PyCharm, Print Function, Variables, Format, User Input,)
Video 2 – Python Basics – 2 (Data Types Intro, Loops – For, and Data Type – Dictionary Deep Dive)
Video 3 – Python Basics – 3 (Data Type – List and Functions)
Part 2 : AWS Lambda – Create S3, EC2 and DynamoDB resources using Lambda
Video 4 – AWS Lambda Basics – Boto3, Client and Resource, Lambda function handler
Video 5 – AWS Lambda with S3 (Create new Bucket, Delete Bucket and List all the buckets)
Video 6 – AWS Lambda with EC2 (Create EC2 and Start/Stop)
Video 7 – AWS Lambda with DynamoDB (Create Table and Put Items)
Part 3: Capstone Project – Enterprise Use Case using S3, AWS Lambda and DynamoDB
Video 8 – Enterprise Use Case using S3, AWS Lambda and DynamoDB – Part 1
Video 9 – Enterprise World Use Case using S3, AWS Lambda and DynamoDB – Part 2
Who this course is for:
- AWS Beginners looking to Switch Careers to Cloud Engineer
- Beginners looking to learn AWS Lambda using Python – Absolute Beginner to Advanced