This message was deleted.
# python
s
This message was deleted.
s
Found the issue. Turns out the database endpoint on AWS Aurora has no port (
host
) whereas the regular RDS endpoint does have (
host:port
). So doing a
split(":")
and pulling out the host and port will work on RDS but not on Aurora 🤷