From ea4d65e166f2ddfeb7d831114fe501c79770fae3 Mon Sep 17 00:00:00 2001 From: stefan Date: Mon, 26 Feb 2024 13:56:34 +0100 Subject: [PATCH] added details about API Gateway --- Enumeration/AWS.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Enumeration/AWS.md b/Enumeration/AWS.md index 15c1abc..f3d468b 100644 --- a/Enumeration/AWS.md +++ b/Enumeration/AWS.md @@ -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. + +