amazon-redshift

Using psycopg2 with Lambda to Update Redshift (Python)

Using psycopg2 with Lambda to Update Redshift (Python) Question: I am attempting to update Redshift from a Lambda function using python. To do this, I am attempting to combine 2 code fragments. Both fragments are functional when I run them separately. Updating Redshift from PyDev for Eclipse import psycopg2 conn_string = “dbname=’name’ port=’0000′ user=’name’ password=’pwd’ …

Total answers: 9