added details about API Gateway
This commit is contained in:
parent
84595bef84
commit
ea4d65e166
|
@ -1467,3 +1467,9 @@ An HTTP API consists of the following parts.
|
|||
* Specific HTTP headers
|
||||
* HTTP Method
|
||||
* Endpoint the request is queried
|
||||
|
||||
There is an option for real-time, bidirectional websocket connection.
|
||||
|
||||
Lambda acts as a service proxy. The API Gateway can be attached to other AWS resources, e.g. Lambda. The Lambda authorizer can be used to check for credentials to other resources.
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue