1
00:00:00,300 --> 00:00:06,770
In this section we are going to learn developing with SDK for Amazon Event Page.

2
00:00:06,780 --> 00:00:13,620
So we are developing a SDK interaction to service APIs for Amazon Event Page.

3
00:00:13,620 --> 00:00:15,870
So let me show you the our architecture.

4
00:00:15,870 --> 00:00:22,530
As you can see the image on the slide, we basically create a Node.js application with using a SDK JavaScript

5
00:00:22,530 --> 00:00:27,750
version three and using the Amazon client event bridge library.

6
00:00:27,750 --> 00:00:35,670
And we will follow the Amazon event page APIs and use this command to perform these use cases.

7
00:00:35,670 --> 00:00:37,320
Let me check the use cases.

8
00:00:37,380 --> 00:00:43,470
Basically, we will put events in Amazon event page, put event rule in Amazon event widget and put

9
00:00:43,470 --> 00:00:45,990
even target in Amazon event bridge.

10
00:00:45,990 --> 00:00:53,980
So we will perform these use cases using these commands and the SDK libraries put event command, put

11
00:00:54,210 --> 00:00:55,950
command and put target command.

12
00:00:55,950 --> 00:01:01,950
So these are the commands and APIs that expose from the Amazon event page and we will reach these APIs

13
00:01:01,950 --> 00:01:05,160
from using the SDK libraries.

14
00:01:05,160 --> 00:01:12,870
So how we can understand which API and which SDK we are using is you remember that we have API reference

15
00:01:12,870 --> 00:01:15,030
document for a tubeless SDK here.

16
00:01:15,030 --> 00:01:18,240
You can see the package that we are going to use even with each client.

17
00:01:18,240 --> 00:01:25,200
If you scroll down, you can see the how we can install and how we can use these packages into our Node.js

18
00:01:25,230 --> 00:01:26,100
applications.

19
00:01:26,100 --> 00:01:27,600
And here you can see the commands.

20
00:01:27,630 --> 00:01:32,370
We will use commands, for example, put event, put rule and put target command.

21
00:01:32,400 --> 00:01:35,880
We will perform and see all these actions in the next sections.
