我正在尝试使用psycopg2在Python中连接到Redshift。代码适用于我的本地并正确连接。但是如果我在相同的代码中使用相同的凭据并将其上传到Lambda,我就会遇到这个问题。
“errorMessage”:“致命:没有pg_hba.conf条目为主机\”ip \“,用户\”用户名\“,数据库\”db-name \“,SSL关闭\ n”
我是否必须对我的Redshift进行一些更改?
答案 0 :(得分:0)
查看我们的" Amazon Redshift Advanced Monitoring"中的代码。用于连接Redshift的Python Lambda函数示例的项目。 https://github.com/awslabs/amazon-redshift-monitoring/blob/master/lambda_function.py