We may earn an affiliate commission when you visit our partners.
Course image
Durga Viswanatha Raju Gadiraju, Naga Bhuwaneshwar, and Kavitha Penmetsa

Do you want to learn AWS Lambda Functions by building an end-to-end data pipeline using Python as Programming Language and other key AWS Services such as Boto3, S3, Dynamodb, ECR, Cloudwatch, Glue Catalog, Athena, etc? Here is one course using which you will learn AWS Lambda Functions by implementing an end-to-end pipeline by using all the services mentioned.

Read more

Do you want to learn AWS Lambda Functions by building an end-to-end data pipeline using Python as Programming Language and other key AWS Services such as Boto3, S3, Dynamodb, ECR, Cloudwatch, Glue Catalog, Athena, etc? Here is one course using which you will learn AWS Lambda Functions by implementing an end-to-end pipeline by using all the services mentioned.

As part of this course, you will learn how to develop and deploy lambda functions using the zip files, custom docker images as well as layers. Also, you will understand how to trigger lambda functions from Eventsbridge as well as Step Functions.

  • Set up required tools on Windows to develop the code for ETL Data Pipelines using Python and AWS Services. You will take care of setting up Ubuntu using wsl, Docker Desktop, and Visual Studio Code along with Remote Development Extension Kit so that you can develop Python-based applications using AWS Services.

  • Setup Project or Development Environment to develop applications using Python and AWS Services on Windows and Mac.

  • Getting Started with AWS by creating an account in AWS and also configuring AWS CLI as well as Review Data Sets used for the project

  • Develop Core Logic to Ingest Data from source to AWS s3 using Python boto3. The application will be built using Boto3 to interact with AWS Services, Pandas for date arithmetic, and requests to get the files from the source via REST API.

  • Getting Started with AWS Lambda Functions using Python 3.9 Run-time Environment

  • Refactor the application, and build a zip file to deploy as AWS Lambda Function. The application logic includes capturing bookmarks as well as Job Run details in Dynamodb. You will also get an overview of Dynamodb and how to interact with Dynamodb to manage Bookmark as well as Job Run details.

  • Create AWS Lambda Function using a Zip file, deploy using AWS Console and Validate.

  • Troubleshoot issues related to AWS Lambda Functions using AWS Cloudwatch

  • Build a custom docker image for the application and push it to AWS ECR

  • Create AWS Lambda Function using the custom docker image in AWS ECR and then validate.

  • Get an understanding of AWS s3 Event Notifications or s3-based triggers on Lambda Function.

  • Develop another Python application to transform the data and also write the data in the form of Parquet to s3. The application will be built using Pandas by converting 10,000 records at a time to Parquet.

  • Build orchestrated pipeline using AWS s3 Event Notifications between the two Lambda Functions.

  • Schedule the first lambda function using AWS EventsBridge and then validate.

  • Finally, create an AWS Glue Catalog table on the s3 location which has parquet files, and validate by running SQL Queries using AWS Athena.

  • After going through the complete life cycle of Deploying and Scheduling Lambda Function and also validating the data by using Glue Catalog and AWS Athena, you will also understand how to use Layers for Lambda Function.

Here are the key takeaways from this training:

  • Develop Python Applications and Deploy as Lambda Functions by using a Zip-based bundle as well as a custom docker image.

  • Monitor and troubleshoot the issues by going through Cloudwatch logs.

  • The entire application code used for the demo along with the notebook used to come up with core logic.

  • Ability to build solutions using multiple AWS Services such as Boto3, S3, Dynamodb, ECR, Cloudwatch, Glue Catalog, Athena, etc

Enroll now

12 deals to help you save

We found 12 deals and offers that may be relevant to this course.
Save money when you learn. All coupon codes, vouchers, and discounts are applied automatically unless otherwise noted.
Use code at checkout. Ended October 29
24-Hour Flash Sale
Save on all online courses in your cart and take advantage of big savings.
FLASH SALE
24T6MT102824
Use code at checkout. Ended October 19
24-Hour Flash Sale
Save on all online courses in your cart and take advantage of big savings.
FLASH SALE
ST15MT100124A
Ended October 8
24-Hour Flash Sale
Take advantage of big savings on online courses.
Up to
80%
off
Ended September 28
24-Hour Flash Sale! Save up to 85% on Udemy online courses.
For 24 hours, save big on courses from Udemy's extensive catalog.
Up to
85%
off
Ended September 25
Save on courses
Gain the skills you need to reach your next career milestone.
Up to
85%
off
Use code at checkout. Only 2 days left!
24-Hour Sale
Save with steep discounts on most courses including bestsellers from popular instructors.
Flash Sale!
ST7MT110524
Use code at checkout. Ended October 12
Explore new possibilities
Start exploring new possibilities for your future with courses on sale.
Up to
85%
off
ST14MT101024
Use code at checkout. Valid until November 13
Get skills that impress
Learn from courses across popular topics and take big discounts during this 48-hour sale.
Up to
80%
off
ST20MT111124A
Ended October 1
Personal Plan sale
Gain unlimited access to thousands of courses. For a limited time, save when you start an annual subscription.
From
40%
off
Use code at checkout. Valid until December 1
For new customers
Save when you purchase top courses. For new customers only.
Special Offer
UDEAFNULP2024
Ended November 1
New customer offer
New customers, complete your first order and save big.
Up to
80%
off
Valid for a limited time only
Future-proof your career
Access O'Reilly books, live events, courses, and more. Save with an annual subscription.
Take
15%
off

What's inside

Learning objectives

  • Setup required tools on windows to develop the code for etl data pipelines using python and aws services
  • Setup project or development environment to develop applications using python and aws services
  • Getting started with aws by creating account in aws and also configure aws cli as well as review data sets used for the project
  • Develop core logic to ingest data from source to aws s3 using python boto3
  • Getting started with aws lambda functions using python 3 run-time environment
  • Refactor the application, build zip file to deploy as aws lambda function
  • Create aws lambda function using zip file and validate
  • Troubleshoot issues related to aws lambda functions using aws cloudwatch
  • Build custom docker image for the application and push to aws ecr
  • Create aws lambda function using the custom docker image in aws ecr
  • Develop applications using aws lambda functions by adding python modules as layers
  • Show more
  • Show less

Syllabus

Introduction to Mastering AWS Lambda Functions for Data Engineers
Resources used for Mastering AWS Lambda Functions for Data Engineers
Getting Started on Windows with Required Tools
Read more
Introduction to Getting Started on Windows with Required Tools
Overview of Powershell on Windows 10 or Windows 11
Setup Ubuntu VM on Windows 10 or 11 using wsl
Setup Docker Desktop on Windows
Validate Docker on Windows using Command Line leveraging Power Shell
Review Docker Desktop Resource Configurations
Install Visual Studio Code on Windows
Install Remote Development Extension Kit for Visual Studio Code
Install Python 3.9 and Distutils on Windows using wsl Ubuntu
Review Tools Installed for Application Development using Python and AWS Service
Learn how to setup development environment to build data pipelines using AWS services such as boto3, lambda functions, ECR, etc.
Setup Project Folder using Visual Studio Code
Ensure Python 3.9 for the Project
Create Python Virtual Environment using Python 3
Install Required Dependencies for the Project using AWS Services
Ensure AWS CLI to interact with AWS Services using AWS CLI Commands
Recommendation to use Personal AWS Account for the course
Getting Started with AWS and Review Data Sets
Setup and Login into AWS Account
Setup AWS IAM User with Administrator Permissions
Configure and Validate AWS CLI
Configure AWS CLI with custom profile as default
Recap of Date Arithmetic using Python
Validate Python boto3 to interact with AWS Services
Setup and Validate Jupyter based Interactive Environment
Review GHActivity Data Details
Download GHActivity Data using requests
Review GHActivity Data using Pandas
Core Logic to Ingest Data from Web Service to AWS s3
Managing s3 using Python boto3
Overview of AWS Dynamodb
Create DynamoDB Table for Job Details
Create DynamoDB Table for Job Run Details
Get First Run Details to Copy GHActivity Data to AWS s3
Get Incremental Load Logic for next file
Understand AWS s3 concepts such as buckets and objects
Copying or Uploading Files to AWS s3 as objects using Python boto3
Writing Python Objects or Data as AWS s3 Objects using boto3
Save GHActivity Data to AWS s3
Convert Date Time to Integer Unix Epoch using Python
Save Job Run Details to DynamoDB Table
Validate Data Copied to AWS s3 and job run details
Run and Validate End to End Process
Getting Started with AWS Lambda Functions
Introduction to Getting Started with AWS Lambda Functions
Overview of AWS Lambda and Getting Started using Python 3
Passing Arguments to AWS Lambda and Processing using Python
Using Custom Handlers for AWS Lambda Functions using Python 3
Using AWS Services such as s3 in AWS Lambda Functions
Recap of handling permissions using AWS IAM Roles and User Groups
Develop AWS Lambda Function to list objects from AWS S3 Bucket
Passing Environment Variables to AWS Lambda Functions
Customizing Resources such as memory used for AWS Lambda Function
Setup Local Development Environment for AWS Lambda Functions
Develop logic for AWS Lambda Function using external packages
Build Zip file to deploy as AWS Lambda Function
Deploy Application with External Dependencies as AWS Lambda Function
Understand Problem Statement for Python Application for AWS
Setup Python Project for AWS Lambda using Visual Studio Code
Core Logic to upload files to AWS S3 using Python boto3
Develop Python Application to upload files to AWS s3 using Python boto3
Build Zip File for Python Application to deploy as AWS Lambda Function
Deploy Python Application as AWS Lambda Function using Zip File
Conclusion and request for rating and feedback
Build and Deploy AWS Lambda Function using Zip File
Introduction to Build and Deploy AWS Lambda Function using Zip File
Update Application Code with Core logic for Ingestion
Overview of Validating User Defined Functions using Python CLI
Validate Application using Core Logic to ingest data
Add Lambda Handler to ingest data to AWS s3
Upload Python Application Zip File to s3 and deploy as AWS Lambda Function
Set Custom Handler and required Environment Variables for AWS Lambda Function
Granting Permissions on AWS s3 and Dynamodb to AWS Lambda Function via Role
Change Memory and Timeout for AWS Lambda Function and Test
Recap and Overview of Monitoring Lambda Functions using Cloudwatch
Limitations of Deploying AWS Lambda Function using Zip file
Automate Build of AWS Lambda Function using Shell Scripts
Build and Deploy AWS Lambda Function using Custom Docker Image
Introduction to Build and Deploy AWS Lambda Function using Custom Docker Imag
Create Dockerfile for Custom Docker Image for AWS Lambda Function
Create Custom Docker Image for AWS Lambda Function using Python 3 Run-time
Validate Custom Docker Image by creating Docker Container
Run the application using Python CLI in the Docker Container
Run the Docker Container with the Credentials and Environment Variables
Validate AWS Lambda Function Locally using Docker and Curl
Create AWS ECR Repository for Custom Docker Image
Push Custom Docker Image for AWS Lambda Function to AWS ECR
Create AWS Lambda Function using Custom Docker Image in AWS ECR
Run and Validate AWS Lambda Function created using Custom Docker Image
Create Shell Script to Build and Push Docker Image to AWS ECR
Add Command to build script to reconfigure AWS Lambda Function to latest docker
Overview of AWS s3 Event Notifications with Lambda or s3 Triggers on Lambda
Introduction to AWS s3 Event Notifications with Lambda or s3 Triggers on Lamb
Switching to Different Profile for the demos on AWS s3 Event Notifications

Good to know

Know what's good
, what to watch for
, and possible dealbreakers
Develops skills and knowledge in Python boto3, AWS Lambda, Docker, EC2 in a real-world context
Covers AWS Lambda Functions by implementing an end-to-end pipeline and using AWS services like AWS EventsBridge and Step Functions
Introduces learners to Python 3.9 and teaches the use of distutils for package management
Provides personalized instruction with instructors like Durga Viswanatha Raju Gadiraju, Naga Bhuwaneshwar, and Kavitha Penmetsa
Requires learners to have basic familiarity with Python and AWS services, which may limit accessibility for beginners

Save this course

Save Master AWS Lambda Functions for Data Engineers using Python to your list so you can find it easily later:
Save

Activities

Be better prepared before your course. Deepen your understanding during and after it. Supplement your coursework and achieve mastery of the topics covered in Master AWS Lambda Functions for Data Engineers using Python with these activities:
Explore AWS Lambda Tutorials
Gain a foundational understanding of AWS Lambda and its capabilities to prepare for this course's focus on Lambda functions.
Browse courses on AWS Lambda
Show steps
  • Follow tutorials on AWS Lambda's architecture and features.
  • Build a simple Lambda function using AWS's online tutorials.
Review AWS Fundamentals
Review the fundamentals of AWS to ensure you have a solid understanding before diving into Lambda Functions.
Show steps
  • Go through the AWS documentation on core services such as S3, EC2, and DynamoDB.
  • Complete the AWS Cloud Practitioner Essentials course on Coursera.
Review Python Data Science
Solidify your understanding of Python Data Science concepts and tools to prepare for this course's material.
Browse courses on Python
Show steps
  • Review basic Python syntax and data types.
  • Go through a tutorial on Pandas for data manipulation.
  • Complete practice problems on data analysis and visualization using Python.
Nine other activities
Expand to see all activities and additional details
Show all 12 activities
Solve Python Coding Problems
Enhance your problem-solving skills and refine your Python coding abilities to prepare for this course's programming assignments.
Browse courses on Problem Solving
Show steps
  • Solve Python coding problems on platforms like LeetCode or HackerRank.
  • Participate in coding challenges or hackathons.
Organize and Review Course Materials
Review the course materials such as notes, assignments, and quizzes to solidify your understanding.
Show steps
  • Gather all course materials.
  • Organize the materials by topic or module.
Build a Simple AWS Lambda Function with Python
Follow a guided tutorial to build a basic Lambda function in Python, which will reinforce the concepts covered in the course.
Show steps
  • Follow the tutorial on the AWS Lambda Developer Guide.
  • Deploy your Lambda function and test it with sample data.
Collaborate on a Lambda Function Project
Enhance your understanding of Lambda functions and data pipelines by working collaboratively with peers on a project.
Browse courses on AWS Lambda
Show steps
  • Form a small group with other students.
  • Choose a project idea that involves building a data pipeline using Lambda functions.
  • Collaborate on designing, developing, and deploying your project.
Practice Troubleshooting Lambda Functions
Engage in practice drills to troubleshoot common issues that may arise with Lambda Functions, enhancing your problem-solving skills.
Show steps
  • Review the AWS documentation on troubleshooting Lambda Functions.
  • Complete the AWS Lambda Troubleshooting Challenge on HackerRank.
Develop a Personal Project Using AWS
Demonstrate your understanding of AWS services and data pipelines by building a practical project that utilizes Lambda functions.
Browse courses on AWS
Show steps
  • Identify a real-world problem that can be solved using AWS services.
  • Design and develop a solution using Lambda functions, S3, and other relevant AWS services.
  • Deploy and test your project on AWS.
Develop a Data Pipeline Using AWS Lambda Functions
Create a data pipeline that utilizes AWS Lambda Functions to process and store data, putting your newfound knowledge into practice.
Show steps
  • Design the data pipeline architecture.
  • Implement the data pipeline using AWS Lambda Functions and other AWS services.
  • Test and deploy the data pipeline.
Participate in the AWS Lambda Hackathon
Put your skills to the test by participating in the AWS Lambda Hackathon, offering an opportunity to collaborate and showcase your abilities.
Show steps
  • Form a team and register for the hackathon.
  • Develop an innovative solution using AWS Lambda Functions.
  • Submit your project and compete for prizes.
Mentor Junior Data Engineers
Share your knowledge and skills by mentoring junior data engineers, reinforcing your understanding and fostering a supportive learning community.
Show steps
  • Volunteer as a mentor at a local university or coding bootcamp.
  • Provide guidance and support to junior data engineers on AWS Lambda Functions and data pipelines.

Career center

Learners who complete Master AWS Lambda Functions for Data Engineers using Python will develop knowledge and skills that may be useful to these careers:
Data Engineer
Data Engineers serve as the backbone of organizations that rely heavily on data to make informed decisions. Their primary responsibility is to design, build, and maintain data pipelines to extract insights and knowledge from large volumes of raw data. As a Data Engineer, you will be responsible for ensuring that data is reliable, accessible, and secure while using various tools like AWS Lambda Functions, Python, and other key AWS Services. This course will equip you with the essential knowledge and skills to succeed as a Data Engineer.
Cloud Engineer
As a Cloud Engineer, you will specialize in designing, implementing, and managing cloud computing infrastructure and services. This involves working with various cloud platforms such as AWS and leveraging services like Lambda Functions to build scalable and reliable applications. The course will provide you with a solid foundation in AWS Lambda Functions, allowing you to effectively develop and deploy applications in the cloud.
Full-Stack Developer
As a Full Stack Developer, you possess a comprehensive understanding of both front-end and back-end development. You are responsible for the entire software development lifecycle, from designing and implementing the user interface to managing the database and server-side logic. This course will provide you with the necessary skills to work with AWS Lambda Functions from both the front-end and back-end, enabling you to build robust and efficient full-stack applications.
DevOps Engineer
DevOps Engineers combine software development (Dev) and information technology operations (Ops) practices to improve the speed, quality, and reliability of software delivery. This course will teach you how to use AWS Lambda Functions in your DevOps processes, helping you create a more efficient and collaborative environment for software development and deployment.
AWS Solutions Architect
AWS Solutions Architects design and implement scalable, highly available, and cost-effective solutions on the AWS platform. This course will provide you with a deep understanding of AWS Lambda Functions, enabling you to design and implement solutions that meet specific business requirements while adhering to best practices and security guidelines.
Data Analyst
Data Analysts are responsible for extracting insights and knowledge from data to inform decision-making. This course will teach you how to use AWS Lambda Functions to process and analyze data, enabling you to derive valuable insights that drive business strategies.
Database Administrator
Database Administrators are responsible for managing and maintaining databases. This course will provide you with a solid understanding of how to use AWS Lambda Functions to interact with databases, perform data operations, and ensure data integrity.
Software Architect
Software Architects design and develop the overall architecture of software systems. This course will give you a comprehensive understanding of how to use AWS Lambda Functions in your software designs, enabling you to create scalable, maintainable, and secure software systems.
Cloud Architect
Cloud Architects design and develop cloud computing solutions. They work closely with cloud providers such as AWS to design and implement cloud-based infrastructures and applications. This course will provide you with a solid foundation in AWS Lambda Functions, enabling you to effectively design and deploy cloud-based solutions.
Computer Systems Analyst
Computer Systems Analysts design, implement, and maintain computer systems. They work with stakeholders to gather requirements, develop solutions, and ensure that systems meet business needs. This course will provide you with a good understanding of how to use AWS Lambda Functions in your systems analysis and design work.
Business Analyst
Business Analysts work with stakeholders to understand their business needs and develop solutions that meet those needs. This course will teach you how to use AWS Lambda Functions to automate and streamline business processes, enabling you to deliver value to organizations.
Project Manager
Project Managers plan, execute, and close projects. They are responsible for ensuring that projects are delivered on time, within budget, and to the required quality standards. This course will provide you with an understanding of how to use AWS Lambda Functions in your project management processes, helping you manage projects more effectively.
Quality Assurance Analyst
Quality Assurance Analysts test and evaluate software to ensure that it meets quality standards. This course will teach you how to use AWS Lambda Functions to automate and streamline your testing processes.
Network Engineer
Network Engineers design, implement, and maintain computer networks. They work with a variety of technologies, including routers, switches, firewalls, and cables. This course may provide you with some insights into how to use AWS Lambda Functions in your network engineering work.
Information Security Analyst
Information Security Analysts plan and implement security measures to protect an organization's information systems. This course provides an overview of AWS Lambda Functions and how they can be used to enhance information security.

Reading list

We've selected 11 books that we think will supplement your learning. Use these to develop background knowledge, enrich your coursework, and gain a deeper understanding of the topics covered in Master AWS Lambda Functions for Data Engineers using Python.
Provides a comprehensive overview of serverless architectures and how to use AWS Lambda to build and deploy serverless applications. It covers topics such as designing serverless applications, deploying and managing Lambda functions, and integrating with other AWS services.
Provides a comprehensive introduction to Python for data analysis. It covers the core concepts of data wrangling, as well as best practices for working with data in Python.
Provides a deep dive into the principles and practices of designing data-intensive applications. It covers topics such as data modeling, data storage, data processing, and data analysis. While this book is not specific to AWS Lambda functions, it provides valuable background knowledge for anyone who wants to develop data-intensive applications using Lambda.
Provides a comprehensive introduction to Python for data analysis. It covers topics such as data manipulation, data cleaning, data visualization, and machine learning. While this book is not specific to AWS Lambda functions, it provides valuable background knowledge for anyone who wants to develop data-intensive applications using Lambda.
Provides a comprehensive introduction to machine learning with Python. It covers the core concepts of machine learning, as well as best practices for developing and deploying machine learning models.
Provides a comprehensive introduction to natural language processing with Python. It covers the core concepts of natural language processing, as well as best practices for developing and deploying natural language processing models.
Provides a comprehensive introduction to computer vision with Python. It covers the core concepts of computer vision, as well as best practices for developing and deploying computer vision models.
Provides a comprehensive introduction to reinforcement learning with Python. It covers the core concepts of reinforcement learning, as well as best practices for developing and deploying reinforcement learning models.
Provides a comprehensive introduction to data science from scratch. It covers the core concepts of data science, as well as best practices for developing and deploying data science models.
Provides a comprehensive introduction to the elements of statistical learning. It covers the core concepts of statistical learning, as well as best practices for developing and deploying statistical learning models.

Share

Help others find this course page by sharing it with your friends and followers:

Similar courses

Here are nine courses similar to Master AWS Lambda Functions for Data Engineers using Python.
Data Engineering using AWS Data Analytics
Most relevant
Automating AWS with Lambda, Python, and Boto3
Most relevant
Developing Applications in Python on AWS
Most relevant
Python for Serverless Applications and Automation on AWS
Most relevant
Integrating AWS with the SDK
Most relevant
Solution Detail: Internet of Tracking
Most relevant
Building Modern Node.js Applications on AWS
Most relevant
Building Modern Python Applications on AWS
Most relevant
Amazon Web Services (AWS) with Python & Boto3
Most relevant
Our mission

OpenCourser helps millions of learners each year. People visit us to learn workspace skills, ace their exams, and nurture their curiosity.

Our extensive catalog contains over 50,000 courses and twice as many books. Browse by search, by topic, or even by career interests. We'll match you to the right resources quickly.

Find this site helpful? Tell a friend about us.

Affiliate disclosure

We're supported by our community of learners. When you purchase or subscribe to courses and programs or purchase books, we may earn a commission from our partners.

Your purchases help us maintain our catalog and keep our servers humming without ads.

Thank you for supporting OpenCourser.

© 2016 - 2024 OpenCourser