From the course: Cloud Native Projects: AWS Serverless
Unlock this course with a free trial
Join today to access over 25,500 courses taught by industry experts.
Lambda with Python - Amazon Web Services (AWS) Tutorial
From the course: Cloud Native Projects: AWS Serverless
Lambda with Python
- [Instructor] So it's time to start our code journey with Lambda and we're going to do that by using the Python language. What I'd like you to do is to log in to your AWS Management Console and let's go to Lambda. Once Lambda loads, you'll be presented with one of the dashboards, either the Raw Functions or the Dashboard itself. Let's take a look real quickly at the Dashboard itself. You'll see that it gives us a listing of the number of Lambda functions that we're running, how much concurrence do we have, how much is unreserved, and you'll see all of our metrics about our functions themselves. So let's jump in and we're going to create a new function. Now we're going to do this from scratch, and we will call this LinkedIn Learning Demo, and we will select Python 3.8 as the interpreter. And for the purposes of this demo, we don't need to worry about any of the permission changes or any of the advanced settings,…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.