added details about API Gateway

This commit is contained in:
Stefan Friese 2024-02-26 13:56:34 +01:00
parent 84595bef84
commit ea4d65e166
1 changed files with 6 additions and 0 deletions

View File

@ -1467,3 +1467,9 @@ An HTTP API consists of the following parts.
* Specific HTTP headers * Specific HTTP headers
* HTTP Method * HTTP Method
* Endpoint the request is queried * 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.