Back to all Bounties
Earn 4,500 ($45.00)
due 2 years ago
In Progress
Create an AWS Lambda Layer that has the pg gem on it.
csalinas2
Details
Applications
5
Discussion
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)