- Building Serverless Web Applications
- Diego Zanon
- 217字
- 2021-07-15 17:31:31
Amazon API Gateway
API Gateway is a service that helps you to build RESTful APIs. You need to configure your resources, set the supported HTTP verbs and specify what will handle the requests. You can use it to redirect requests to EC2 instances (virtual machines) or external web servers, but what we'll explore here is to use it to trigger Lambda functions.
Besides, API Gateway has other interesting features. For example, after creating your API endpoints, you can use API Gateway to automatically generate a client SDK for many different platforms, where you can easily test and distribute it to be used by third-party developers. Also, you can create third-party API keys to access your content with fine-grained access permissions, request quota limits, and throttling.
In our architecture, API Gateway will act as a thin layer that exists only to expose our Lambda functions to the world. Additionally, you can set security controls to allow only authenticated users to trigger your code. We are going to use this service in the next chapter, where we'll talk about how to configure our endpoints using the Serverless Framework, we will see more in Chapter 6, Developing the Backend, while building our backend code, and lastly, in Chapter 8, Securing the Serverless Application, when our security measures will be explained.
- Learning C# by Developing Games with Unity 2020
- .NET 4.0面向對象編程漫談:基礎篇
- 實戰Java程序設計
- MATLAB實用教程
- Learning Selenium Testing Tools(Third Edition)
- 小程序開發原理與實戰
- C++反匯編與逆向分析技術揭秘(第2版)
- PHP+MySQL動態網站開發從入門到精通(視頻教學版)
- OpenCV Android Programming By Example
- 算法圖解
- Anaconda數據科學實戰
- 超好玩的Scratch 3.5少兒編程
- 軟件測試分析與實踐
- Oracle Database XE 11gR2 Jump Start Guide
- 一步一步學Spring Boot:微服務項目實戰(第2版)