Skip to content

Commit 127404a

Browse files
committed
use Aurora DSQL Connectors for Python
1 parent d57f829 commit 127404a

4 files changed

Lines changed: 6 additions & 64 deletions

File tree

apigw-lambda-dsql/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Amazon Aurora DSQL is the fastest serverless, distributed SQL database with active-active high availability and multi-Region strong consistency. Aurora DSQL enables you to build always available applications with virtually unlimited scalability, the highest availability, and zero infrastructure management. It is designed to make scaling and resilience effortless for your applications and offers the fastest distributed SQL reads and writes.
44

5-
This pattern deploys a API Gateway REST API, Lambda function and an Aurora DSQL PostgreSQL cluster.
5+
This pattern deploys a API Gateway REST API, Lambda function and an Aurora DSQL PostgreSQL cluster. The Lambda function uses Aurora DSQL Connectors for Python that simplify IAM authorization for customers using standard PostgreSQL drivers to connect to Aurora DSQL clusters.
66

77
Learn more about this pattern at [Serverless Land Patterns](https://serverlessland.com/patterns/apigw-lambda-dsql)
88

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@
3333
{
3434
"text": "Amazon Aurora DSQL samples",
3535
"link": "https://github.com/aws-samples/aurora-dsql-samples/tree/main/python"
36+
},
37+
{
38+
"text": "Connectors for Aurora DSQL",
39+
"link": "https://aws.amazon.com/about-aws/whats-new/2025/11/aurora-dsql-python-node-js-jdbc-connectors-iam/"
3640
}
3741
]
3842
},

apigw-lambda-dsql/example-pattern.json

Lines changed: 0 additions & 62 deletions
This file was deleted.

apigw-lambda-dsql/template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Resources:
4747
DeletionProtectionEnabled: false
4848
Tags:
4949
- Key: project
50-
Value: "apigw-lambda-dsql"
50+
Value: "apigw-lambda-dsql"
5151

5252
Outputs:
5353
# ServerlessRestApi is an implicit API created out of Events key under Serverless::Function

0 commit comments

Comments
 (0)