1
00:00:05,890 --> 00:00:14,410
In this lesson, we are going to talk about the level three medium application.

2
00:00:15,550 --> 00:00:22,960
In this application, we are going to build on top of the initial basic app we have built in the previous

3
00:00:22,960 --> 00:00:23,740
section.

4
00:00:23,980 --> 00:00:31,000
And in this case we are going to integrate Amazon Amazon Web Services S3.

5
00:00:32,020 --> 00:00:38,260
And we will see that this implies to make some changes in the back end and also in the front end of

6
00:00:38,260 --> 00:00:39,880
our basic application.

7
00:00:41,640 --> 00:00:49,830
As always, you will have more detailed information, uh, in the slides, especially in the notebook

8
00:00:49,890 --> 00:00:53,970
and also in the code files for this lesson.

9
00:00:58,910 --> 00:01:07,940
We will see that in order to build these medium level application, we are going to start building our

10
00:01:08,420 --> 00:01:10,490
previous basic application.

11
00:01:11,420 --> 00:01:22,880
It will be very important to a understand the steps to integrate a Amazon Web Services S3, especially

12
00:01:22,880 --> 00:01:31,460
the steps to open an account properly to configure the permissions, and also how to create a public

13
00:01:31,460 --> 00:01:33,470
bucket on S3.

14
00:01:34,040 --> 00:01:42,080
After that, we will see the changes we need to introduce in our basic application, especially in the

15
00:01:42,080 --> 00:01:51,500
credential side a installing Boto3 and changing some of the files and database.

16
00:01:52,940 --> 00:02:00,290
We will also see the changes we are going to include in the front end, especially in the main component

17
00:02:00,290 --> 00:02:01,460
of the application.

18
00:02:04,910 --> 00:02:14,720
After we saw all these details in the next, uh, practical video, we will go to the next lesson where

19
00:02:14,720 --> 00:02:22,640
we will see how to integrate orchestration frameworks and LMS to our level three applications.

20
00:02:22,640 --> 00:02:25,790
But first, let's go to the practical video.

