You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,12 @@ Since a database failover is usually identified by reaching a network or a conne
26
26
27
27
Enhanced Failure Monitoring (EFM) is a feature available from the [Host Monitoring Connection Plugin](./docs/using-the-python-driver/using-plugins/UsingTheHostMonitoringPlugin.md#enhanced-failure-monitoring) that periodically checks the connected database host's health and availability. If a database host is determined to be unhealthy, the connection is aborted (and potentially routed to another healthy host in the cluster).
28
28
29
+
### Using the AWS Advanced Python Driver with AWS Aurora DSQL
30
+
The AWS Advanced Python Driver is able to handle IAM authentication when working with AWS Aurora DSQL clusters.
31
+
32
+
Please visit [this page](./docs/using-the-python-driver/using-plugins/UsingTheDSQLIamAuthenticationPlugin.md) for more information.
33
+
34
+
29
35
### Using the AWS Advanced Python Driver with plain RDS databases
30
36
31
37
The AWS Advanced Python Driver also works with RDS provided databases that are not Aurora.
0 commit comments