1
00:00:00,420 --> 00:00:06,190
In this video we are going to create a lambda functions with using a sli.

2
00:00:07,340 --> 00:00:13,190
First of all, I would like to start with remembering how to create functions with using a measurement

3
00:00:13,190 --> 00:00:13,820
console.

4
00:00:14,210 --> 00:00:19,340
To do that, please open the console and go to a lambda page.

5
00:00:19,850 --> 00:00:23,150
And in this page I'm going to click the create function.

6
00:00:23,360 --> 00:00:30,260
And if you select the author from scratch, you can scroll down and see that we should provide the function

7
00:00:30,260 --> 00:00:30,670
name.

8
00:00:30,680 --> 00:00:35,180
If you scroll down, we can also set the permissions.

9
00:00:35,270 --> 00:00:43,100
If you expand this change default execution role, we are basically create any role for with basic lambda

10
00:00:43,100 --> 00:00:44,000
permissions.

11
00:00:44,000 --> 00:00:47,030
So see existing lambda function role and policies.

12
00:00:47,030 --> 00:00:49,280
We can also see the lambda and policies.

13
00:00:49,280 --> 00:00:56,060
So that means before we create a lambda function, it is good to create an execution role for our lambda

14
00:00:56,060 --> 00:00:59,120
function, to understand all steps to create function.

15
00:00:59,240 --> 00:01:03,380
So let's write down our steps in our application.

16
00:01:03,380 --> 00:01:09,380
So basically we are going to create ADA based on the function using the SALLY for that purpose.

17
00:01:09,800 --> 00:01:12,860
First of all, I would like to create execution role.

18
00:01:12,950 --> 00:01:15,320
After that, we can create function code.

19
00:01:15,350 --> 00:01:20,810
After that we can create a deployment package with zip function code and after that we can create lambda

20
00:01:20,810 --> 00:01:23,630
function with using a double click commands.

21
00:01:23,870 --> 00:01:29,480
And after that we will invoke this lambda function and check the logs from the Amazon cloud logs and

22
00:01:29,480 --> 00:01:32,750
check the lambda function details with a double CLI.

23
00:01:32,840 --> 00:01:37,670
And lastly, we will clean up our resources with running to delete function commands.

24
00:01:37,790 --> 00:01:40,700
So we will follow these steps in the next lectures.

25
00:01:40,700 --> 00:01:41,990
Let's get started.
