1 00:00:02,120 --> 00:00:05,300 ‫So now let's continue our server this journey. 2 00:00:05,300 --> 00:00:06,900 ‫We know how to do it. 3 00:00:06,990 --> 00:00:10,270 ‫Linda we know how to store data in dynamo G.B.. 4 00:00:10,430 --> 00:00:14,000 ‫But what if you want to expose our functions to the world. 5 00:00:14,000 --> 00:00:18,340 ‫What if you want people to access our application using a REST API. 6 00:00:18,560 --> 00:00:20,360 ‫Again we don't want to manage servers. 7 00:00:20,360 --> 00:00:26,960 ‫So for this we have API Gateway API gateway will enable us to spread our application expose it as a 8 00:00:26,960 --> 00:00:29,300 ‫rest api on top of it. 9 00:00:29,330 --> 00:00:33,320 ‫We'll see how to do user authentication using Amazon.com. 10 00:00:33,320 --> 00:00:39,800 ‫So this section is going to really bring things together and complete the way for you to deploy an API 11 00:00:39,830 --> 00:00:40,730 ‫to the cloud. 12 00:00:40,730 --> 00:00:41,380 ‫Let's get started.