diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index a04fdf9..1627250 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -64,7 +64,7 @@ const App = () => { headStyle={{ fontSize: "20px" }} >
- It sends the config to a Lambda running Envoy in{" "}
+ It validates a config via the Envoy{" "}
{
>
validate mode
{" "}
- and prints the result.
+ and returns the result.
There is a 30 second timeout on the linter due to API Gateway
limitations. Extremely large configs may reach that.
@@ -86,7 +86,7 @@ const App = () => {
headStyle={{ fontSize: "20px" }}
>
- No and all sessions run on ephemeral Lambdas. But it's best to + No and all sessions run on ephemeral sessions. But it's best to never send any sensitive data.