From the course: Cloud Native Projects: AWS Serverless
Unlock the full course today
Join today to access over 24,500 courses taught by industry experts.
Deploying and running a Python Lambda function - Amazon Web Services (AWS) Tutorial
From the course: Cloud Native Projects: AWS Serverless
Deploying and running a Python Lambda function
- [Instructor] In our last video, we created a very simple, yet ultimately powerful lambda function that allowed us to iterate over some request data and spit it out to the console. So now let's take a look at how to run that lambda in the absence of some external trigger. And this is really a great way for you to test your lambdas within the console if you don't have access to any of Amazon's testing tools that you can install locally on your machine. So let's navigate back to the AWS Management Console, and we're going to click on lambda and we'll go into our lambda functions and we'll click our LinkedIn Learning demo. And you'll see, that we have our function that we created earlier. Now, from right here, we can click the test function. Now what this allows us to do is we can create a new test event or edit an existing saved test event. We'll go ahead and create a new one. The event template doesn't really matter…
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.