We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In a Python 3.12 Lambda function deployed today (12/1/2024), I ran this
import awslambdaric print(f"{awslambdaric.__version__=}")
and see awslambdaric.__version__='2.2.0'
awslambdaric.__version__='2.2.0'
yet this project's RELEASE.CHANGELOG.md shows that version released on August 8, 2024.
August 8, 2024
When do versions from this repo go live?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In a Python 3.12 Lambda function deployed today (12/1/2024), I ran this
and see
awslambdaric.__version__='2.2.0'
yet this project's RELEASE.CHANGELOG.md shows that version released on
August 8, 2024
.When do versions from this repo go live?
The text was updated successfully, but these errors were encountered: