1
00:00:00,330 --> 00:00:06,650
In this section we are going to develop a lambda functions with using a scale commands.

2
00:00:06,960 --> 00:00:12,030
These will be the part of the programmatic access with using serverless APIs.

3
00:00:12,900 --> 00:00:13,000
It.

4
00:00:13,100 --> 00:00:17,550
You remember that we are following the four main parts for every ad services.

5
00:00:17,870 --> 00:00:19,910
The first one is the theoretical information.

6
00:00:19,940 --> 00:00:22,820
Second one is a walk through with a mission console.

7
00:00:22,850 --> 00:00:28,340
Third one is developing with a C, K and ClA to interact with the programmatic access.

8
00:00:28,760 --> 00:00:31,760
And the fourth one is the hands on life with real world use cases.

9
00:00:32,300 --> 00:00:38,630
So for a slumdog, we have finished the first and second part and now we will focus on the third part,

10
00:00:38,660 --> 00:00:44,570
which is developing with a WAC for programmatic access interaction with service APIs.

11
00:00:46,100 --> 00:00:50,720
As you remember that ADA always gives us two main ways to call data APIs.

12
00:00:50,750 --> 00:00:57,350
The first one is the case management console, which we have already seen lambda function on management

13
00:00:57,350 --> 00:00:58,040
console.

14
00:00:58,220 --> 00:01:02,810
You can think this is a web application that allows us to manage a resources.

15
00:01:03,110 --> 00:01:10,490
And the second one is the programmatic access, which gives us to manage ADA resources from our development

16
00:01:10,490 --> 00:01:11,360
environments.

17
00:01:11,510 --> 00:01:17,000
This part is really helpful when you manage large scale of resources on ADA, which is, let's see,

18
00:01:17,000 --> 00:01:17,840
one by one.

19
00:01:17,960 --> 00:01:21,050
Here we can see the ADA management console.

20
00:01:21,080 --> 00:01:25,370
We basically use management console to invoke ADA actions.

21
00:01:25,370 --> 00:01:29,510
We can create a bucket in lambda and publish event bridge and so on.

22
00:01:30,110 --> 00:01:33,730
And it's the same way when it comes to programmatic access.

23
00:01:33,740 --> 00:01:39,950
We are writing codes or using click commands to interact with the ADA, with resources, with using

24
00:01:39,950 --> 00:01:41,540
the service APIs.

25
00:01:42,080 --> 00:01:46,400
So if you summarize that, I would like to show breakdowns of programmatic access.

26
00:01:46,430 --> 00:01:50,280
Programmatic access has several options.

27
00:01:50,300 --> 00:01:57,350
We can say that ADA will still command ADA SDK libraries and ADA Place cloud formation for infrastructure

28
00:01:57,350 --> 00:02:01,490
as code under the cloud formation and infrastructure is code section.

29
00:02:01,490 --> 00:02:04,490
We can use ADA some or ADA SDK.

30
00:02:04,970 --> 00:02:13,490
So for Lambda we will use ADA will sell commands for programmatic access and use CLI commands to invoke

31
00:02:13,490 --> 00:02:16,280
lambda functions and perform different actions.

32
00:02:16,520 --> 00:02:22,550
So what we will do for interacting Ada Lambda using data will say like basically we will listening to

33
00:02:22,550 --> 00:02:28,550
lambda functions, create lambda functions, develop functions, zip and deploy functions, invoke and

34
00:02:28,550 --> 00:02:31,710
test functions, update and delete the functions.

35
00:02:31,730 --> 00:02:33,650
So now let's get started.
