Amazon Web Services continues its domination as the leading cloud service provider on the market. Amazon Lambda is the part of Amazon Web Services that lets you run your code without provisioning or managing servers. Amazon Lambda is a compute service that enables you to deploy applications and back-end services that operate with zero upfront cost and require no system administration. So, if you’re an IT architect or a developer who wants to build scalable systems and deploy serverless applications with AWS Lambda, then go for this Learning Path.
Packt’s Video Learning Path is a series of individual video products put together in a logical and stepwise manner such that each video builds on the skills learned in the video before it.
The highlights of this Learning Path are:
- Learn to write, run, and deploy Lambda functions in the AWS cloud
- Explore the best practices to effectively monitor and troubleshoot serverless applications using AWS CloudFront
Let’s take a quick look at your learning journey. This Learning Path starts off with covering the basics of AWS Lambda. You will then learn to build a serverless application wherein you will create a web client, a serverless backend with DynamoDB, and deploy the serverless frontend on CloudFront. You will also be glanced through Eclipse and the AWS Eclipse plugin. Next, you will learn to create and deploy AWS Lambda functions with Java, Python, and C#. You will then learn to build a simple serverless application in Java, a serverless backend with Python, and a serverless project with .NET Core. Moving ahead, you will explore the architecture and components of AWS Lambda. You will learn to integrate AWS Lambda with Simple Storage Service (S3) and DynamoDB. Finally, you will discover how to design and deploy considerations for AWS Lambda.
By the end of this Learning Path, you will make the most of AWS Lambda functions to design, build scalable and cost-efficient systems and deploy serverless applications with AWS Lambda.
Meet Your Expert(s):
We have the best work of the following esteemed author(s) to ensure that your learning journey is smooth:
- Markus Klems is an expert in software development and system administration for scalable, high-availability and high-performance software systems, such as big data, mobile, web application, and Software-as-a-Service systems. In the context of his research and development work at TU Berlin and Karlsruhe Institute of Technology (KIT), he has gained in-depth knowledge and experience with complex and large-scale IT systems. He has been working with Amazon Web Services (AWS) since 2008 and is particularly excited about emerging technology trends in the realms of serverless computing and serverless microservice architectures.
- Alan Rodrigues is a software technology evangelist with over 10+ years of experience in the software industry. Being abreast with the latest technologies is what he does best. One life is just not enough to intake all the information the world has to offer, but he does his bit and takes it one step at a time. These are just a few of the technologies he is well-versed in:
- Cloud Services – Amazon Web Services. Certified in AWS as a SysOps Administrator. Well-versed in Azure Web Services as well.
- Business Intelligence – SAP Business Objects, Informatica Powercenter.
- Atlassian suite of products (JIRA, JIRA Agile, JIRA service desk, Confluence, Bitbucket, Hipchat)
- Configuration, Continuous Integration – Subversion, Git, Jenkins, Atlassian Bamboo.
- Operating Systems – Windows server 2003, 2008 & 2012, Windows 7, 10, Ubuntu, CentOS.
- Databases – Oracle, MySQL, MongoDB, Microsoft SQL Server.
- Change and Release Management – HPSM, HP uCMDB, Atlassian Service Desk.
Learning AWS Lambda
This video provides an overview of the entire course.
This video will help you in creating and setting up AWS account.
Learn about AWS usage and pricing models.
We are going to explore the AWS Management Console.
Create a simple Lambda function from a blueprint on the AWS Management Console.
Learn how to create a REST API and how to connect your API to a Lambda function.
We install the serverless framework and try out the command-line interface (CLI).
Learn how to create a project with the serverless framework.
We are going to write a Lambda function handler using Node.js and learn about the event, context, and callback objects.
Learn different techniques and tools for testing and debugging your Lambda function handler code and API.
Learn how to build a simple web application using the serverless framework and Node.js.
We want to make our web application stateful. Therefore, we need a database. We use AWS DynamoDB to build a stateful serverless backend.
How to create a web frontend for your serverless application? In this section, we generate a JavaScript SDK and add it to an HTML page.
How do you deploy the frontend? In the first step, we deploy the frontend on S3. Then, we deploy the S3 bucket on CloudFront edge locations for improved performance in different geographic regions.
We will explore the AWS Toolkit for Eclipse and use it to create a boilerplate Java Lambda function.
We are going to deploy and run a Lambda function from Eclipse. Then we will review the function on the AWS Management Console.
We create and test a Lambda function that can be triggered through an S3 event.
We are going to create a serverless Java project in Eclipse and deploy it to AWS. The project consists of two Lambda functions that use DynamoDB and S3 for data storage and retrieval.
We will create our first Python Lambda function from a blueprint in the AWS Management Console.
We will use the serverless framework to create a Python function from a template.
We will create a simple CRUD web application with Lambda, API Gateway, and DyanmoDB—using the serverless framework and Python.
We will explore the AWS Toolkit for Visual Studio and use it to create a boilerplate C# Lambda function.
We will use the AWS Toolkit for Visual Studio to create a Serverless Project with C# Lambda functions.
Deep Dive into AWS Lambda
This video will give you an overview about the course.
The aim of this video is to analyze the problems that occur while deploying infrastructure and applications using traditional deployment mechanisms.
The aim of this video is to discuss how we can achieve Serverless computing.
The aim of this video is to make the user understand what the API gateway is. This video also explains the components and key features of the API gateway service.
The aim of this video is to make the user understand what the AWS Lambda service is. This video also explains the components and key features of the AWS Lambda service.
The aim of this video is to look at what are the benefits of AWS Lambda.
The aim of this video is to discuss the factors needed to create an AWS Lambda function.
The aim of this video is to learn how to create your AWS Lambda function.
This video talks about passing data to a Lambda function.
The aim of this video is to teach you how to access the results for your AWS Lambda function.
This video talks about utilizing the authored code.
The aim of this vide is to learn what are the factors to consider using Simple Storage Service.
The aim of this video is to understand the considerations to be taken care of when deploying a Node.js Lambda function.
The aim of this video is to understand the status of the running AWS Lambda function.
The aim of this video is to deploy the AWS Lambda functions in Java.
This video will teach you to ensure that the AWS Lambda Java function runs.
The aim of this video is to learn when you should consider using DynamoDB.
The aim of this video is to learn what you should consider when working with DynamoDB tables.
The aim of this video is to learn about the key considerations for a Lambda function to work with DynamoDB.
The aim of this video is to understand the key benefits of DynamoDB streams.
The aim of this video is to help us understand about the things to note about Versioning in AWS Lambda.
The aim of this video is to understand when to consider using environment variables.
The aim of this video is to learn about the key metrics to be noted for Lambda functions.
The aim of this video is to learn about the key points for CloudWatch logs for AWS Lambda.
The aim of this video is to learn where you can use CloudFormation templates.
The aim of this video is to learn about what to consider when deploying code via CloudFormation.
The aim of this video is to list down what needs to be done for Automated deployment of Lambda applications.
The aim of this video is to learn about the considerations when Troubleshooting AWS Lambda.
The aim of this video is to learn about the key practices for better AWS Lambda code.