Giter Site home page Giter Site logo

[BUG] Python 3.11 > aws-psycopg2 >> "Unable to import module 'lambda_function': No module named 'psycopg2._psycopg'" about klayers HOT 5 OPEN

panos4tw avatar panos4tw commented on June 11, 2024
[BUG] Python 3.11 > aws-psycopg2 >> "Unable to import module 'lambda_function': No module named 'psycopg2._psycopg'"

from klayers.

Comments (5)

keithrozario avatar keithrozario commented on June 11, 2024

Can you share your full code? Is there a lambda_function.lambda_handler method somewhere here?

from klayers.

panos4tw avatar panos4tw commented on June 11, 2024

Code looks like this, it's the default AWS Lambda Python boilerplate. I ended up making a layer of my own to make this work:

image

from klayers.

keithrozario avatar keithrozario commented on June 11, 2024

Sorry to hear that, will look into this later this week.

from klayers.

iliaaz avatar iliaaz commented on June 11, 2024

Hi there! Just ran into the same issue - anything I can do to help debug?

from klayers.

linusliu avatar linusliu commented on June 11, 2024

I also run into the same issue.
Add the following layer to a lambda function, python runtime version 3.11; architecture x86_64
arn:aws:lambda:us-east-1:770693421928:layer:Klayers-p311-aws-psycopg2:1

Will return error:
Response
{
"errorMessage": "Unable to import module 'lambda_function': No module named 'psycopg2._psycopg'",
"errorType": "Runtime.ImportModuleError",
"requestId": "a7956df2-4a44-40c0-a2ea-0ae0e7ca33b7",
"stackTrace": []
}

from klayers.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.