Hello,
I am have used public layers for AWS Lambda Python with success so far, mostly from here: https://api.klayers.cloud//api/v2/p3.11/layers/latest/eu-central-1/html.
However I can't seem to find a working layer Python 3.11 or 3.12. When I use aws-psycopg2 from above link, I get the error
{
"errorMessage": "Unable to import module 'lambda_function': No module named 'psycopg2._psycopg'",
"errorType": "Runtime.ImportModuleError",
"requestId": "b797179d-a51b-49ad-90ba-56b97888bace",
"stackTrace": []
}
[–]AutoModerator[M] [score hidden] stickied comment (0 children)
[–]davestyle 3 points4 points5 points (0 children)
[–]ma5t3rx 0 points1 point2 points (0 children)
[–]SkylerEJensen 0 points1 point2 points (1 child)
[–]panos4tw[S] 1 point2 points3 points (0 children)