课程: Building Dynamic Websites using AWS Lambdas

今天就学习课程吧!

今天就开通帐号,24,700 门业界名师课程任您挑!

Solution: Diagram a multiple-step request flow

Solution: Diagram a multiple-step request flow

(upbeat music) - [Instructor] So how did it go? Hopefully, this was both a little bit challenging but also nothing that discouraged you. Let's walk through these various answers. We've already looked at the request and response model accessing the home page. So the next one is clicking on a doctor's bio. So again, they've already got the home page up so they click on the doctor's bio, and that's going to trigger a request from the browser. The browser is treating that just like any other URL. In other words, the request and response cycle here is identical if they typed in the direct path to a bio as if they clicked a link in an HTML page. So, it's going to look similar to what we already did. They click on the browser webpage. That triggers a request to AWS. AWS loads the correct S3 file, and then that whole thing returns HTML and then after that CSS and imagery is needed to the browser. That finally is rendered into…

内容