Booking options
£33.99
£33.99
On-Demand course
3 hours 30 minutes
All levels
Learn how you can develop and deploy Java, Python, NodeJS Lambda Functions and manage them using Python and Boto3!
AWS Lambda is one of the fastest growing services of AWS! This course is part of a series of courses on AWS solutions with Python and Boto3 and now it's time to implement serverless functions! AWS Lambda is a cornerstone service for serverless architectures on AWS. You do not manage an infrastructure like CPU, memory, OS or patches you name it! All you have to do and worry about is your implementation and code! Let's take a closer look at what we're going to cover in this course step-by-step. In this course, we will start off with what we'll build throughout the course and what you need to have on your computer to follow along with me. Don't worry; I'll explain everything you need very clearly and I'll show you what you need to install and setup on your computer to work with AWS Lambda. There will be two different sections for Windows and MacOS users. These sections are basically identical and show how you can prepare your computer environment to be ready to work with AWS Lambda! I'll show you how to install Python, Boto3 and configure your environments for these tools. I'll also show you how you can create your own AWS account step-by-step and you'll be ready to work AWS in no time! When we're done with preparing our environment to work AWS with Python and Boto3, we'll start implementing our solutions for AWS.
All the code and supporting files for this course are available at https://github.com/PacktPublishing/Build-and-Deploy-Lambda-Functions-AWS
You ll learn how to develop Python, NodeJS and Java Lambda Functions!
You ll learn how to give necessary IAM Roles and Policies for Lambda Functions!
You ll learn how to configure Python, NodeJS and Java Lambda Functions!
You ll learn how to package and deploy Python, NodeJS and Java Lambda Functions!
You ll learn how to invoke Python, NodeJS and Java Lambda Functions!
You ll be able to implement any sort of infrastructure with Lambda on AWS with Python!
You ll learn how to code against AWS API using Python and Boto3!
You ll be confident to work with AWS APIs using Python for any kind of AWS Resource on Lambda!
This course is for whoever wants to learn how to implement Python, NodeJS and Java Lambda Functions, how to deploy Python, NodeJS and Java Lambda Functions, how to configure and package Python, NodeJS and Java Lambda Functions. Beginners on AWS who wants to put their theory in practice and AWS Cloud Architect Associate Exam. This can also be useful for who wants to learn how to implement Infrastructure-as-a-Code or IaaS on AWS, how to develop infrastructures on AWS using Python, and learn AWS Python API or namely Boto3.
Join the author in this course to learn how you can develop and deploy Python, Node.js or Java Lambda functions using Python and Boto3; manage your serverless functions easily!
Learn how to do things programmatically. * Great course on AWS Lambda using Python
Niyazi Erdogan is an AWS Certified Solutions architect and software engineer with over ten years of experience in various fields. He is living in one of the most beautiful cities in the world-Istanbul. He is a self-taught programmer and has been programming since he was in middle school. His experience ranges from embedded development to server-side and client-side development technologies. He started his career while he was only a student as a Java developer in the healthcare industry as a private contractor. Then he moved into the largest telecommunication company in Turkey, which is Turkcell. After several years and various different positions at Turkcell, he moved to Portugal and worked for another large telecommunication company for several years with Java technologies. After the telecommunication industry experience and several different experiences, he joined one of the largest companies in its sectors, which is Siemens. He currently works at Siemens with various Java and cloud technologies. Besides his day job, he really enjoys developing software with lots of different technologies. On the other hand, he loves to follow tech conferences and blogs about the latest technologies and tools.
1. Introduction
1. Introduction Introduction: Introduction |
2. About This Course Introduction: About This Course |
3. What We Will Build in This Course Introduction: What We Will Build in This Course |
4. What Do You Need For This Course? Introduction: What Do You Need For This Course? |
2. Preparing the Environment for Development
1. Section Overview Preparing the Environment for Development: Section Overview |
2. About Tools and Environment Preparing the Environment for Development: About Tools and Environment |
3. Create an AWS Account If You Don't Already Have It! Preparing the Environment for Development: Create an AWS Account If You Don't Already Have It! |
4. Logging in to AWS Console and a Walkthrough Preparing the Environment for Development: Logging in to AWS Console and a Walkthrough |
5. Let's Create Our AWS Credentials! Preparing the Environment for Development: Let's Create Our AWS Credentials! |
3. Windows Environment Setup
1. Installing Python 3 and Pip Learning CSS: Installing Python 3 and Pip |
2. Installing AWS SDK (CLI) Learning CSS: Installing Python 3 and Pip |
3. Preparing CLI with AWS Credentials Learning CSS: Installing Python 3 and Pip |
4. Installing Boto3 Learning CSS: Installing Python 3 and Pip |
5. Verifying the Setup Learning CSS: Verifying the Setup |
4. Mac OS Environment Setup
1. Installing Python 3 and Pip Learning CSS: Installing Python 3 and Pip |
2. Installing AWS SDK (CLI) Learning CSS: Installing AWS SDK (CLI) |
3. Preparing CLI with AWS Credentials Learning CSS: Preparing CLI with AWS Credentials |
4. Installing Boto3 Learning CSS: Installing Boto3 |
5. Verifying the Setup Learning CSS: Verifying the Setup |
5. AWS Lambda with Boto3: Implementing Functions
1. Setting Up Our Project with PyCharm IDE Learning CSS: Setting Up Our Project with PyCharm IDE |
2. Creating an IAM Lambda Access Policy Learning CSS: Creating an IAM Lambda Access Policy |
3. Creating an IAM Execution Role Learning CSS: Creating an IAM Execution Role |
4. Attaching IAM Access Policy to IAM Execution Role Learning CSS: Attaching IAM Access Policy to IAM Execution Role |
5. Implementing Utility Methods for Source Code Bytes Reading - Part 1 Learning CSS: Implementing Utility Methods for Source Code Bytes Reading - Part 1 |
6. Implementing Utility Methods for Source Code Bytes Reading - Part 2 Learning CSS: Implementing Utility Methods for Source Code Bytes Reading - Part 2 |
6. AWS Lambda with Boto3: Developing, Deploying and Invoking Functions
1. Developing a Python Lambda Function AWS Lambda with Boto3: Developing, Deploying and Invoking Functions: Developing a Python Lambda Function |
2. Deploying Python Lambda Function AWS Lambda with Boto3: Developing, Deploying and Invoking Functions: Deploying Python Lambda Function |
3. AWS Console Checkpoint: Python Lambda Function AWS Lambda with Boto3: Developing, Deploying and Invoking Functions: AWS Console Checkpoint: Python Lambda Function |
4. Developing a NodeJS Lambda Function AWS Lambda with Boto3: Developing, Deploying and Invoking Functions: Developing a NodeJS Lambda Function |
5. Deploying NodeJS Lambda Function AWS Lambda with Boto3: Developing, Deploying and Invoking Functions: Deploying NodeJS Lambda Function |
6. AWS Console Checkpoint: NodeJS Lambda Function AWS Lambda with Boto3: Developing, Deploying and Invoking Functions: AWS Console Checkpoint: NodeJS Lambda Function |
7. Installing Eclipse AWS Plugin AWS Lambda with Boto3: Developing, Deploying and Invoking Functions: Installing Eclipse AWS Plugin |
8. Creating a Java Lambda Function with Eclipse AWS Plugin AWS Lambda with Boto3: Developing, Deploying and Invoking Functions: Creating a Java Lambda Function with Eclipse AWS Plugin |
9. Deploying Java Lambda Function AWS Lambda with Boto3: Developing, Deploying and Invoking Functions: Deploying Java Lambda Function |
10. AWS Console Checkpoint: Java Lambda Function AWS Lambda with Boto3: Developing, Deploying and Invoking Functions: AWS Console Checkpoint: Java Lambda Function |
7. AWS Lambda with Boto3: Updating Function Code, Versioning, Aliasing
1. Invoking Functions AWS Lambda with Boto3: Updating Function Code, Versioning, Aliasing: Invoking Functions |
2. Passing Environment Variables to a Function AWS Lambda with Boto3: Updating Function Code, Versioning, Aliasing: Passing Environment Variables to a Function |
3. Modifying Function Code to Use Environment Variable and Invoking AWS Lambda with Boto3: Updating Function Code, Versioning, Aliasing: Modifying Function Code to Use Environment Variable and Invoking |
4. Publishing a New Function Version AWS Lambda with Boto3: Updating Function Code, Versioning, Aliasing: Publishing a New Function Version |
5. Creating Aliases for Function Versions AWS Lambda with Boto3: Updating Function Code, Versioning, Aliasing: Creating Aliases for Function Versions |
6. Invoking Functions with Aliases AWS Lambda with Boto3: Updating Function Code, Versioning, Aliasing: Invoking Functions with Aliases |
8. AWS Lambda with Boto3: Function Operations
1. Getting a Function Configuration AWS Lambda with Boto3: Function Operations: Getting a Function Configuration |
2. Listing All Function Configurations AWS Lambda with Boto3: Function Operations: Listing All Function Configurations |
3. Updating Function Configurations AWS Lambda with Boto3: Function Operations: Updating Function Configurations |
4. Deleting Functions AWS Lambda with Boto3: Function Operations: Deleting Functions |
9. Wrapping Up
1. Thank You! Wrapping Up: Thank You! |