Open
Description
Hello!
We are working a lot with Python and we started walking the path towards Python 3.12 for our Lambda functions.
We are wondering if the following article - https://repost.aws/knowledge-center/lambda-python-package-compatible - is still relevant for AL3 ? More specifically around the value of --platform
.
We haven't found in the documentation what's version of Fedora AL3 is based on, so we are unsure if we should keep using manylinux2014
or manylinux_2_28
when packaging our Python 3.12 Lambda function (https://github.com/pypa/manylinux#manylinux).