Build and Deploy Lambda Functions: AWS with Python and Boto3
$49.99 $15.99Track price
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!
Instructor Details
Courses : 8
Specification: Build and Deploy Lambda Functions: AWS with Python and Boto3
|
8 reviews for Build and Deploy Lambda Functions: AWS with Python and Boto3
Add a review Cancel reply
This site uses Akismet to reduce spam. Learn how your comment data is processed.
Price | $15.99 |
---|---|
Provider | |
Duration | 3.5 hours |
Year | 2018 |
Level | All |
Language | English |
Certificate | Yes |
Quizzes | Yes |
$49.99 $15.99
Andrew Figaroa –
The explanations are very clear. impossible to make mistakes.
Reynaldo Esparza –
Excellent course!!!
David Hart –
needed to start from simpler point .. or run through python basics
Andy Taylor –
Great course, good explanations and hands on exercises to reinforce learning.
Tibor Kircsi –
Section 2 4 are the same in the instructor’s S3 course. I found some practical use cases, but I missed some real life use cases. In this form, it is a little bit of re write the boto3 documentation, but still, I recommend this course for everyone as a starter. (recommendation for the instructor: using pprint helps to format to read the JSON response more easily.)
Nikhil Pande –
perfect
Gerardo R os Marrero –
I missed work with clients, service resources, paginators, waiters…
Daniel Currie –
Great course, but a lot of the concepts are things that could be done via the AWS console itself. It s only a short course so it covers a lot considering and will definitely teach you how to create and attach IAM policies and roles, as well as deploying programmatically. I would have liked there to have been more explanation around some of the code what exactly is that line of code doing, why should it be done in that way, etc. Also, you are forced to use the PyCharm IDE in order to deploy I had been using Spyder and setting up the directories, etc via the command line, as we will be packaging using Docker and the command line where I work. This was pretty frustrating because I had to install PyCharm and pretty much start again.