Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/en/getting-started/quickstart/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a href="https://github.com/pyenv/pyenv">pyenv</a>, install and activate Python 3.11 with the following commands:
{{< command >}}
$ pyenv install 3.11
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ $ curl --location --request POST 'http://localhost.localstack.cloud:4566/_locals
"region": "ap-south-1"
},
{
"service": "lambda",
"service": "lambda"
}
]'
{{< /command >}}
Expand Down