-2
I have a database mounting with the postgres engine in the AWS RDS
I would like to know how to access it through python
import psycopg2
import sys
import boto3
ENDPOINT="endpoint na AWS"
PORT="5432"
USR="usuario_do_banco"
REGION="regiao"
DBNAME="nome do banco"
and then how do I?