1 00:00:01,760 --> 00:00:06,950 ‫OK so we know how to deploy you a proper API in a serverless fashion into the cloud. 2 00:00:07,390 --> 00:00:11,080 ‫But how do we manage everything? We could use CloudFormation 3 00:00:11,240 --> 00:00:13,160 ‫But it would be quite complicated. 4 00:00:13,190 --> 00:00:20,600 ‫AWS has come up with something called SAM. SAM will allow us to basically write YAML files and 5 00:00:20,600 --> 00:00:24,780 ‫templates the way our applications should behave and should be deployed. 6 00:00:24,830 --> 00:00:30,200 ‫It is basically a shortcut to do CloudFormation but it is very natural to deal with as a developer and 7 00:00:30,200 --> 00:00:33,930 ‫it's becoming an increasingly popular service at AWS. 8 00:00:33,950 --> 00:00:37,200 ‫The exam will ask you just very basic questions on SAM. 9 00:00:37,240 --> 00:00:39,360 ‫So you could just watch the next lecture and be done. 10 00:00:39,560 --> 00:00:44,630 ‫But I wanted to add a few extra lectures because I want you to realize how to do real world applications 11 00:00:44,630 --> 00:00:45,690 ‫with SAM. 12 00:00:45,860 --> 00:00:48,320 ‫I hope you enjoy this lecture and the section. 13 00:00:48,470 --> 00:00:49,270 ‫Let's get started.