1 00:00:00,090 --> 00:00:03,510 ‫So now let's talk about AWS Amplify. 2 00:00:03,510 --> 00:00:06,780 ‫It's a set of tools and services that helps you develop 3 00:00:06,780 --> 00:00:10,440 ‫and deploy scalable full stack web and mobile applications. 4 00:00:10,440 --> 00:00:12,570 ‫So the idea is that thanks to Amplify, 5 00:00:12,570 --> 00:00:14,730 ‫you're going to get a comprehensive suite 6 00:00:14,730 --> 00:00:16,590 ‫to manage all you need to do 7 00:00:16,590 --> 00:00:19,020 ‫to have your web and mobile applications. 8 00:00:19,020 --> 00:00:21,570 ‫So this means that through Amplify, 9 00:00:21,570 --> 00:00:24,510 ‫you can manage authentication, storage, 10 00:00:24,510 --> 00:00:27,270 ‫API, whether it be a REST API or a GraphQL API, 11 00:00:27,270 --> 00:00:30,300 ‫CI/CD, PubSub, analytics, 12 00:00:30,300 --> 00:00:32,730 ‫even machine learning, monitoring, 13 00:00:32,730 --> 00:00:34,472 ‫and you can get your source code from AWS, 14 00:00:34,472 --> 00:00:36,510 ‫from GitHub, or other places. 15 00:00:36,510 --> 00:00:39,930 ‫So see it as like the Elastic Beanstalk 16 00:00:39,930 --> 00:00:42,540 ‫for web and mobile applications. 17 00:00:42,540 --> 00:00:45,210 ‫So the idea is that when you go to Amplify, 18 00:00:45,210 --> 00:00:47,580 ‫you can go into the Amplify Studio, 19 00:00:47,580 --> 00:00:50,190 ‫and within the Studio you can set up everything you need, 20 00:00:50,190 --> 00:00:52,800 ‫for example, your data, your authentication, your storage, 21 00:00:52,800 --> 00:00:55,410 ‫your functions, your graphical API, and so on. 22 00:00:55,410 --> 00:00:57,420 ‫And then Amplify behind the scenes 23 00:00:57,420 --> 00:01:00,360 ‫is going to configure an Amplify backend. 24 00:01:00,360 --> 00:01:04,980 ‫And that backend will be leveraging existing services of AWS 25 00:01:04,980 --> 00:01:08,907 ‫that you know, for example, Amazon S3, Amazon Cognito, 26 00:01:08,907 --> 00:01:12,390 ‫AWS AppSync for your GraphQL backend, for example, 27 00:01:12,390 --> 00:01:14,670 ‫API Gateway for your REST backend, 28 00:01:14,670 --> 00:01:17,100 ‫SageMaker, Lex, Lambda, DynamoDB, 29 00:01:17,100 --> 00:01:19,350 ‫and of course more services. 30 00:01:19,350 --> 00:01:21,150 ‫So Amplify is a really good wrapper 31 00:01:21,150 --> 00:01:23,820 ‫around all these services, again, the target of which 32 00:01:23,820 --> 00:01:27,870 ‫is to help you build mobile applications backend. 33 00:01:27,870 --> 00:01:30,903 ‫I hope you liked it, and I will see you in the next lecture.