- Serverless Design Patterns and Best Practices
- Brian Zambrano
- 88字
- 2021-08-27 19:12:05
File storage with S3
Any frontend assets need a filesystem as a home. In this case, the natural choice is AWS Simple Storage Service (S3), which is Amazon's high durability object storage service. S3 advertises 99.999999999% durability, so it's safe to say our files will be available when we need them. While it's possible to serve content from S3 as a website on a custom domain, it's not the best choice for this scenario. AWS CloudFront will aid us in distributing files to end users quickly and efficiently.
推薦閱讀
- 平面設(shè)計(jì)初步
- Mastering Spark for Data Science
- 圖形圖像處理(Photoshop)
- PIC單片機(jī)C語言非常入門與視頻演練
- 傳感器技術(shù)應(yīng)用
- Mastering Machine Learning Algorithms
- 自動(dòng)控制理論(非自動(dòng)化專業(yè))
- Kubernetes for Serverless Applications
- Building a BeagleBone Black Super Cluster
- 基于神經(jīng)網(wǎng)絡(luò)的監(jiān)督和半監(jiān)督學(xué)習(xí)方法與遙感圖像智能解譯
- PowerMill 2020五軸數(shù)控加工編程應(yīng)用實(shí)例
- WOW!Photoshop CS6完全自學(xué)寶典
- 機(jī)器人制作入門(第4版)
- 常用傳感器技術(shù)及應(yīng)用(第2版)
- 基于Proteus的PIC單片機(jī)C語言程序設(shè)計(jì)與仿真