From e864ceb46c28b3402d26987b631b05cba6059efa Mon Sep 17 00:00:00 2001 From: Alexander Rashed <2796604+alexrashed@users.noreply.github.com> Date: Fri, 21 Feb 2025 13:32:04 +0100 Subject: [PATCH 1/2] fix typo in chaos example --- content/en/user-guide/chaos-engineering/chaos-api/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/user-guide/chaos-engineering/chaos-api/index.md b/content/en/user-guide/chaos-engineering/chaos-api/index.md index aa4f02a1d0..9664874cf6 100644 --- a/content/en/user-guide/chaos-engineering/chaos-api/index.md +++ b/content/en/user-guide/chaos-engineering/chaos-api/index.md @@ -105,7 +105,7 @@ $ curl --location --request POST 'http://localhost.localstack.cloud:4566/_locals "region": "ap-south-1" }, { - "service": "lambda", + "service": "lambda" } ]' {{< /command >}} From 673e84c721ff2944cd6f53e978cd7e6a69f21d0d Mon Sep 17 00:00:00 2001 From: Alexander Rashed Date: Fri, 21 Feb 2025 13:36:24 +0100 Subject: [PATCH 2/2] fix linting error introduced with #1341 --- content/en/getting-started/quickstart/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/getting-started/quickstart/index.md b/content/en/getting-started/quickstart/index.md index 1ea436df4e..b0477e7113 100644 --- a/content/en/getting-started/quickstart/index.md +++ b/content/en/getting-started/quickstart/index.md @@ -95,7 +95,7 @@ pip install -r requirements-dev.txt {{< /tabpane >}} {{< callout "tip" >}} -If you are encountering issues with the installation of the packages, such as Pillow, ensure you use the same version as the Python Lambdas (3.11.6) for Pillow to work. +If you are encountering issues with the installation of the packages, such as Pillow, ensure you use the same version as the Python Lambdas (3.11.6) for Pillow to work. If you're using pyenv, install and activate Python 3.11 with the following commands: {{< command >}} $ pyenv install 3.11