Course Information
Course Overview
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!
Join me 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!
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 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.
First thing we’ll do is to create an IAM Access Policy for our Lambda Functions to access and communicate with other AWS resources like S3, CloudWatch and so on. Once we have it created, we’ll also create an IAM Role for our Lambda Function to execute and run on AWS on our behalf. And as for the most crucial part of this process, we’ll attach the IAM Policy to IAM Role so we will be complete on permissions and roles to run our Lambda Functions!
Next step is to develop a Python Lambda function from scratch! We’ll develop a Python function with a proper handler and start implementing the way to develop it to AWS. For that purpose - since AWS is looking for bytes of the source code for Lambda functions – we’ll develop a Utility class where we’ll implement the way to package our Lambda Function first as zip file. Once we do that, we’ll then read the bytes of the file and pass that information to our deployer method. Apart from source code, we will also provide our Lambda function a runtime, name and so on.
Once we successfully deploy our Python Lambda function, we’ll check it out on AWS console and verify that its configured as we expect it to be.
Next up is the implementation and deployment of a Node.js Lambda function! We’ll follow the same steps again to implement and create our own Node.js Lambda function and deploy it using our genericly-implemented solution for deployment. Once we’ve done that, we’ll again go to AWS console and verify our Lambda function.
Java Lambda functions are up next! We’ll launch Eclipse IDE - which is basically the easiest way to create and work with Java Lambda functions – and install AWS Toolkit first. Once we have it, we will create our very first Java Lambda function and then we’ll package it as an executable JAR file using Maven. Next thing to do is to deploy our Java Lambda function and once we do that, we’ll go to AWS console and verify it.
Now is time to invoke our Lambda functions and you will see how easy it is to do so! We’ll call our function and parse the response from AWS!
Next up is to manage our Lambda function in various ways and that includes Aliasing, Versioning, using Environment Variables, Updating the Source Code and much more! We’ll also learn all the basic CRUD operations we can do against Lambda functions and you’ll again see how easy those are too!
Let’s not lose any more time and jump right into developing and deploying Lambda functions to AWS Lambda!
Course Content
- 9 section(s)
- 46 lecture(s)
- Section 1 Introduction
- Section 2 Preparing The Environment for Development
- Section 3 Windows Environment Setup
- Section 4 MacOS Environment Setup
- Section 5 AWS Lambda with Boto3: Implementing Functions
- Section 6 AWS Lambda with Boto3: Developing, Deploying and Invoking Functions
- Section 7 AWS Lambda with Boto3: Updating Function Code, Versioning, Aliasing
- Section 8 AWS Lambda with Boto3: Function Operations
- Section 9 Wrapping Up
What You’ll Learn
- 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!
Skills covered in this course
Reviews
-
AAnthony Williams
I thought the course would go more in depth to Python and Boto3. It has Java and NodeJs so the title doesn't reflect. pretty basic in my opinion.
-
AAndré Luiz de Souza Ferreira
Instructor has full knowledge of the proposed content. Recommended for people with beginner and intermediate level. I am satisfied with acquired knowledge :)
-
AAmrendra Kumar
I really love this course. Instructure has explained the topic with various examples(good).
-
BBill Vitaniemi
Very good for learning the basics of using Boto3/Python with AWS Lambda. Also a chance to learn some basics about Lambda is you're not familiar with it. The only thing I would recommend is the addition of a lecture that is specific to a high level overview of Lambda. Then, get into the course and explain how a lot of this can just be done using just Boto3. Of course, you can learn a lot about Lambda from the AWS docs but having something as a part of this course would be nice.