Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Achille <[email protected]>
  • Loading branch information
achille-roussel authored Feb 1, 2024
1 parent 07f80d0 commit fd632e5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Classic network access controls are effective measures to lock down access to
protected systems; however, they are not enough.

Consider the case of deploying an application as an AWS Lambda Function. Lambda
offers very strong isolation guarantees thanks to [Firecracker][firecracker],
offers very strong isolation guarantees thanks to 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 a localhost
Expand All @@ -35,8 +35,6 @@ containers. Programs that have the ability to open connections to addresses
extracted from user input must implement protections that the network layer
cannot provide, which is what this package solves for.

[firecracker]: https://firecracker-microvm.github.io/

## Installation

This package is a library, it is intended to be used as a dependency in another
Expand Down

0 comments on commit fd632e5

Please sign in to comment.