1
00:00:00,270 --> 00:00:04,680
In this video, we are going to develop the Amazon space.

2
00:00:04,680 --> 00:00:10,530
So that means we are developing with a WS SDK to perform Amazon X use cases.

3
00:00:10,770 --> 00:00:19,080
So basically we will use Amazon, SDKs, serverless APIs and programmatic access to perform space actions.

4
00:00:19,410 --> 00:00:25,580
So in order to do that, I'm going to show you this example that we will follow during the course.

5
00:00:25,590 --> 00:00:28,800
So here you can find the image on the slide.

6
00:00:28,830 --> 00:00:34,560
We will create a Node.js application with using a basic JavaScript virgin tree, and we will use the

7
00:00:34,560 --> 00:00:40,950
client space package and to perform the create queue and send message operation to Amazon space.

8
00:00:41,160 --> 00:00:46,770
And we are using these list to create, create, delete, key and send message to commands to perform

9
00:00:46,770 --> 00:00:54,930
these actions using the SDK libraries and Amazon is exposing APIs from the serverless APIs that we perform

10
00:00:54,930 --> 00:00:55,920
these use cases.

11
00:00:55,920 --> 00:00:58,080
So we choose cases we are going to do.

12
00:00:58,110 --> 00:01:02,580
Basically, we will create get list and delete queues on Amazon SDKs.

13
00:01:02,610 --> 00:01:09,510
We are going to send message in Amazon SDKs and receive and delete message to the queue on Amazon SDKs.

14
00:01:09,510 --> 00:01:15,060
All these use cases will be performed with the programmatically, using the Node.js application, using

15
00:01:15,060 --> 00:01:19,020
the SDK libraries, using this command and perform these use cases.

16
00:01:19,020 --> 00:01:25,140
So how we can perform all these use cases with a double SDK, of course we have a documentation which

17
00:01:25,140 --> 00:01:27,450
is the space client for the SDK.

18
00:01:27,480 --> 00:01:29,820
If you scroll down, you can see all the tests.

19
00:01:29,820 --> 00:01:34,140
This is very similar with the client, the client and Dynamo DB client.

20
00:01:34,260 --> 00:01:40,860
First of all, we need to install the required client package also that we should import required client

21
00:01:40,860 --> 00:01:42,090
and record command.

22
00:01:42,090 --> 00:01:49,080
And here you can see the example usage that we are very familiar for now in order to implement the other

23
00:01:49,470 --> 00:01:50,160
services.

24
00:01:50,160 --> 00:01:54,060
And here you can see the commands that we are going to perform one by one.

25
00:01:54,060 --> 00:01:57,510
For example, create a command, delete message, command, and so on.

26
00:01:57,510 --> 00:01:59,070
So let's get started.
