- Serverless Design Patterns and Best Practices
- Brian Zambrano
- 211字
- 2021-08-27 19:12:07
Viewing the deployed web application
With everything in place, we can now upload our frontend assets to S3. We won't review the actual frontend React code, but if you're curious, you can take a look at that UI code in the GitHub repository at https://github.com/brianz/serverless-design-patterns/tree/master/ch2/ui.
Using the preceding aws s3 cp command, a final production build of the frontend code is uploaded to S3 and ultimately serves the content as requested by the CloudFront CDN. When the first page is rendered, a request is made to our serverless backend to get a listing of all coffee cupping sessions:

A very common issue, and one that people often forget about, is cross-origin resource sharing, which is a security measure put in place by browsers. Our serverless backend was set up to sidestep this issue, making development much quicker. For a real production system, it's best to only allow CORS for your own domain or, better yet, run the serverless backend on your own domain rather than the autogenerated domain from API Gateway. Running the serverless API on your own custom domain is possible using AWS API Gateway, but this is out of the scope of this chapter.
Clicking on a single row, the detail page for the particular session is loaded:

推薦閱讀
- Visualforce Development Cookbook(Second Edition)
- 計算機原理
- 影視后期制作(Avid Media Composer 5.0)
- 讓每張照片都成為佳作的Photoshop后期技法
- 基于多目標(biāo)決策的數(shù)據(jù)挖掘方法評估與應(yīng)用
- Windows內(nèi)核原理與實現(xiàn)
- 基于ARM 32位高速嵌入式微控制器
- Learning C for Arduino
- Visual C++項目開發(fā)案例精粹
- 漢字錄入技能訓(xùn)練
- 筆記本電腦使用與維護
- Effective Business Intelligence with QuickSight
- DynamoDB Applied Design Patterns
- Hands-On Agile Software Development with JIRA
- SQL Server 2019 Administrator's Guide