Video description
Learn how you can develop and deploy Java, Python, NodeJS Lambda Functions and manage them using Python and Boto3!
About This Video
- Learn how to do things programmatically.
- Great course on AWS Lambda using Python
In Detail
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
Downloading the example code for this course: You can download the example code files for all Packt video courses you have purchased from your account at http://www.PacktPub.com. If you purchased this course elsewhere, you can visit http://www.PacktPub.com/support and register to have the files e-mailed directly to you.
Table of Contents
Chapter 1 : Introduction
Introduction
00:01:28
About This Course
00:02:54
What We Will Build in This Course
00:01:15
What Do You Need For This Course?
00:03:25
Chapter 2 : Preparing the Environment for Development
Section Overview
00:03:43
About Tools and Environment
00:04:30
Create an AWS Account If You Don’t Already Have It!
00:09:05
Logging in to AWS Console and a Walkthrough
00:09:13
Let’s Create Our AWS Credentials!
00:11:13
Chapter 3 : Windows Environment Setup
Installing Python 3 and Pip
00:02:57
Installing AWS SDK (CLI)
00:04:20
Preparing CLI with AWS Credentials
00:02:57
Installing Boto3
00:01:16
Verifying the Setup
00:02:15
Chapter 4 : Mac OS Environment Setup
Installing Python 3 and Pip
00:03:24
Installing AWS SDK (CLI)
00:03:01
Preparing CLI with AWS Credentials
00:02:00
Installing Boto3
00:00:51
Verifying the Setup
00:02:09
Chapter 5 : AWS Lambda with Boto3: Implementing Functions
Setting Up Our Project with PyCharm IDE
00:03:24
Creating an IAM Lambda Access Policy
00:09:53
Creating an IAM Execution Role
00:06:55
Attaching IAM Access Policy to IAM Execution Role
00:01:44
Implementing Utility Methods for Source Code Bytes Reading - Part 1
00:05:10
Implementing Utility Methods for Source Code Bytes Reading - Part 2
00:07:33
Chapter 6 : AWS Lambda with Boto3: Developing, Deploying and Invoking Functions
Developing a Python Lambda Function
00:04:16
Deploying Python Lambda Function
00:07:21
AWS Console Checkpoint: Python Lambda Function
00:02:16
Developing a NodeJS Lambda Function
00:03:57
Deploying NodeJS Lambda Function
00:02:51
AWS Console Checkpoint: NodeJS Lambda Function
00:01:03
Installing Eclipse AWS Plugin
00:05:39
Creating a Java Lambda Function with Eclipse AWS Plugin
00:08:56
Deploying Java Lambda Function
00:10:03
AWS Console Checkpoint: Java Lambda Function
00:01:09
Chapter 7 : AWS Lambda with Boto3: Updating Function Code, Versioning, Aliasing
Invoking Functions
00:04:15
Passing Environment Variables to a Function
00:06:11
Modifying Function Code to Use Environment Variable and Invoking
00:07:23
Publishing a New Function Version
00:05:10
Creating Aliases for Function Versions
00:05:10
Invoking Functions with Aliases
00:03:41
Chapter 8 : AWS Lambda with Boto3: Function Operations
Getting a Function Configuration
00:02:20
Listing All Function Configurations
00:01:46
Updating Function Configurations
00:03:02
Deleting Functions
00:01:58
Chapter 9 : Wrapping Up
Thank You!
00:01:46