Skip to content
    Back to all Bounties

    Earn 4,500 ($45.00)

    Time Remainingdue 2 years ago
    In Progress

    Create an AWS Lambda Layer that has the pg gem on it.

    csalinas2
    csalinas2
    Posted 2 years ago

    Bounty Description

    Problem Description

    I have to update some code that runs on AWS Lambda, the code is in Ruby and I have to update to the runtime Ruby 2.3. The code requires the "pg" gem to connect to a PostgreSQL database and i have not been able to get this to work.

    Acceptance Criteria

    You should deliver a zip file that can be uploaded as a aws lambda layer in the Ruby 3.2 runtime. Also you should deliver a sample lambda function that uses the layer and connects to a database.

    Technical Details

    Preferably use the latest version of the "pg" gem (1.5)

    Link to Project