aws / aws/aws-lambda-base-images
SQLITE Version Used in Python is massively out of date
- Dominant language
- No language data
- Stars
- 777
- Forks
- 118
- PR merge metrics
- No merged PRs in 30d
Description
The version of SQL Lite used for Python on these images is amazingly out of date and is no longer supporting things like Django.
This is in addition to the multiple open CVE's that seem open in these images, based on public feedback and open tickets.
In general the library should be audited and updated because this SQLite support really makes Lambda really useful, and right now it looks like this effort is not customer focused, based on the amount of pain and suffering this is creating for AWS lambda users.
A good test is if you can get django 4.2+ working on lambda with no issues. That's not currently the case due to SQLite versioning.
Contributor guide
Assessment
This issue has not been assessed yet.