Help Fixing Node.Js Lambda Function

Job ID: 37650080

Budget: $30 – $250 USD

I have an existing JS Lambda function that is malfunctioning.

The function should grab results from a Postgres tableA ——> sends that data to the OpenAI Function API — — > and stores the results in Postgres tableB

Currently, the function is throwing errors when attempting to connect to Open AI (i believe it’s a version issue in the deploy package) … AND is not inserting the data in the correct columns.