- Building Serverless Web Applications
- Diego Zanon
- 211字
- 2021-07-15 17:31:18
What this book covers
Chapter 1, Understanding the Serverless Model, introduces the concept and its pros and cons along with some use cases.
Chapter 2, Getting Started with AWS, gives an introduction to new AWS users and describes which tools will be used throughout the book.
Chapter 3, Using the Serverless Framework, teaches you how to configure and use the Serverless Framework, which is a must-have tool to build serverless applications.
Chapter 4, Hosting the Website, helps you to configure your domain and host your website with HTTPS support.
Chapter 5, Building the Frontend, uses the approach of Single-Page Applications to design a React frontend.
Chapter 6, Developing the Backend, covers how to design a RESTful interface and build the backend code using Node.js.
Chapter 7, Managing a Serverless Database, shows how to use SimpleDB and DynamoDB to store data for a serverless project.
Chapter 8, Securing the Serverless Application, covers the standard security practices and how to implement authentication and authorization in a serverless application.
Chapter 9, Handling Serverless Notifications, demonstrates how to build serverless notifications using the publisher-subscriber pattern.
Chapter 10, Testing, Deploying, and Monitoring, shows how to test a serverless solution, what are the standard practices to deploy your application in production, and what you need to monitor.
- Boost.Asio C++ Network Programming(Second Edition)
- Python快樂編程:人工智能深度學習基礎
- Python從小白到大牛
- NativeScript for Angular Mobile Development
- 高級語言程序設計(C語言版):基于計算思維能力培養
- Mastering Linux Network Administration
- PySide 6/PyQt 6快速開發與實戰
- Learning Apache Karaf
- R用戶Python學習指南:數據科學方法
- HoloLens與混合現實開發
- OpenMP核心技術指南
- Everyday Data Structures
- SQL Server 入門很輕松(微課超值版)
- 小程序從0到1:微信全棧工程師一本通
- 貫通Tomcat開發