From the course: Learning Amazon Web Services Lambda

Unlock the full course today

Join today to access over 24,400 courses taught by industry experts.

Create your first AWS Lambda

Create your first AWS Lambda

- [Instructor] Now that you're familiar with AWS Management console for Lambda and the Lambda programming model, it's time to create your first function. So we are in the Lambda console and we are going to create the function by pressing the yellow button, orange button, create function Here you have many ways to create a function. You can author from scratch, use a blueprint or use a container image. For this, we are going to author from scratch. Let's put the name and let's call it my lambda function. Then we can pick a runtime. And here there is many runtime supported and you can also bring your custom runtime. I will leave node JS 18. You can pick your architecture, is it running on an intel base or a graviton. And then you have advanced settings that you can configure but we are not getting into those now. Let's create a function. After the function is created you can see now the function overview. It doesn't…

Contents