3 Answers
- Newest
- Most votes
- Most comments
1
Hi, I would add code in try catch statement to understand if any error?
If not could be that table us in a different schema.
0
Have you checked it’s in the correct schema?
I will look into it. I am new to postgres so trying to not flood community boards with questions.
0
Maybe you can post the key code snippets (removing/redacting any confidential or proprietary information) of your lambda function here?
I have updated the post and included the code. Thanks for looking!
Relevant content
- AWS OFFICIALUpdated 3 months ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 2 months ago
Before using this code we had try statements and nothing was throwing errors. I will look into table schemas and see if that bears any fruit. Thanks for the suggestions!