- Hands-On Serverless Computing
- Kuldeep Chowhan
- 172字
- 2021-08-05 10:35:29
State
Functions, as they run in ephemeral containers, have significant restrictions when it comes to management of state. You need to design your functions in such a way that the subsequent run of your function will not be able to access state from a previous run. In short, you should develop your functions with the point of view that they are stateless.
This affects how you design the architecture for your application. Considering that functions are stateless, you need to use external resources to manage the state of your application so that the state can be shared between runs of the functions. Some of the popular external resources that are widely using the FaaS architecture are Amazon S3, which provides a simple web services interface that you can use to store and retrieve any amount of data, at any time, from anywhere on the web, caching solutions, such as Memcached or Redis, and database solutions, such as Amazon DynamoDB, which is a fast and flexible NoSQL database service for any scale.
- 商戰(zhàn)數(shù)據(jù)挖掘:你需要了解的數(shù)據(jù)科學與分析思維
- Dreamweaver CS3網頁制作融會貫通
- PIC單片機C語言非常入門與視頻演練
- 機器學習與大數(shù)據(jù)技術
- 精通Excel VBA
- CorelDRAW X4中文版平面設計50例
- 大數(shù)據(jù)處理平臺
- 我也能做CTO之程序員職業(yè)規(guī)劃
- 突破,Objective-C開發(fā)速學手冊
- 網絡管理工具實用詳解
- 人工智能:語言智能處理
- 自動化生產線安裝與調試(三菱FX系列)(第二版)
- Apache源代碼全景分析(第1卷):體系結構與核心模塊
- Mastering Text Mining with R
- 一步步寫嵌入式操作系統(tǒng)