Skip to content

Commit

Permalink
README: updating wording
Browse files Browse the repository at this point in the history
Signed-off-by: Achille Roussel <[email protected]>
  • Loading branch information
achille-roussel committed Feb 1, 2024
1 parent 62c338f commit 618d30f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ Consider the case of deploying an application as an AWS Lambda Function. Lambda
offers very strong isolation guarantees thanks to [Firecracker][firecracker],
and the execution model guaranteeing that each instance of the function serves
at most one concurrent invocation. However, the protocol used by AWS Lambda to
receive function invocations uses a *long-poll* http request to an endpoint on
localhost. Security groups or other network barriers cannot prevent the program
receive function invocations uses a *long-poll* http request to a localhost
endpoint. Security groups implemented by the network cannot prevent the program
from connecting to the loopback interface, and a malicious input could forge
requests to the local endpoint that the program was not supposed to make.

Expand Down

0 comments on commit 618d30f

Please sign in to comment.