- Serverless Design Patterns and Best Practices
- Brian Zambrano
- 71字
- 2021-08-27 19:12:00
Built-in availability and fault tolerance
Servers, real or virtual, can and do fail. Since the hosts that run your code are now of little or no concern for you, it's a worry not worth having.
Just as the management of the operating system is handled for you, so too is the management of failing servers. You can be guaranteed that when your application code should be invoked, it will be.
推薦閱讀