1
00:00:00,420 --> 00:00:04,650
In this video, we are going to talk about what is Amazon's case.

2
00:00:05,700 --> 00:00:13,380
Basically, Amazon stands for the simple queue service, which is fully managed message queues for microservice,

3
00:00:13,380 --> 00:00:16,200
distributed systems and service applications.

4
00:00:17,090 --> 00:00:23,840
So Amazon is, which is a simple queue service, is a fully managed messaging service that enables you

5
00:00:23,840 --> 00:00:31,130
to decouple and scale microservices, distributed systems and service applications as eliminates the

6
00:00:31,130 --> 00:00:37,190
complexity and overhead associated with managing and operating message oriented middleweights and empowers

7
00:00:37,190 --> 00:00:39,920
developers to focus on different works.

8
00:00:41,100 --> 00:00:48,030
Using squares, you can send store and receive message between software components at any volume without

9
00:00:48,030 --> 00:00:51,810
losing messages or requiring other services to be available.

10
00:00:53,240 --> 00:00:59,870
So as Chris offers two types of message cues, standard cues offers maximum throughput, best effort

11
00:00:59,870 --> 00:01:04,070
ordering and at least once delivery and a squeeze.

12
00:01:04,070 --> 00:01:10,310
FIFO cues are designed to guarantee that message are processed exactly once in the exact order that

13
00:01:10,310 --> 00:01:11,030
they send.

14
00:01:13,100 --> 00:01:20,060
Almost one is curious offers a secure, durable and available hosted queue that lets you integrate and

15
00:01:20,060 --> 00:01:23,090
decouple distributed software systems and components.

16
00:01:23,660 --> 00:01:29,480
Amazon offers common construct such as the data use and cost allocation text.

17
00:01:29,960 --> 00:01:35,960
It provides a generic web service API that you can access using any programming language that the ADA

18
00:01:36,200 --> 00:01:37,610
Sdhc supports.

19
00:01:37,640 --> 00:01:43,850
We will also use ADA SDK libraries in order to interact from our ordering lambda function.

20
00:01:44,330 --> 00:01:50,680
Amazon Echo is also supports both standard and five queues that we can use standard cues.

21
00:01:50,750 --> 00:01:56,780
That means this is the at least once delivery and this is the best effort ordering and throughput from

22
00:01:56,780 --> 00:02:00,690
the maximum of the standard queues in the Amazon SDKs.
