AWS Database Blog

Building async Python applications with Tortoise ORM and Amazon Aurora DSQL

Building async Python applications with Tortoise ORM and Amazon Aurora DSQL

Build a high-concurrency async Python rideshare application with Tortoise ORM and Amazon Aurora DSQL. This post walks through the key adaptations: UUID primary keys, IAM-authenticated asyncpg connections with a connection-pool patch, individual DDL execution, and optimistic concurrency control (OCC) retry logic.

Getting started with Oracle Database@AWS: A complete onboarding guide

Getting started with Oracle Database@AWS: A complete onboarding guide

A practical, step-by-step guide to getting Oracle Database@AWS up and running. It covers the five procurement and onboarding steps, from securing your AWS Marketplace offer through validating prerequisites, linking your OCI tenancy, and configuring IAM, so you can move from purchase to a provisioning-ready environment.

Troubleshoot AWS Advanced JDBC Wrapper configuration for Aurora Global Database write forwarding

Troubleshoot AWS Advanced JDBC Wrapper configuration for Aurora Global Database write forwarding

Configuring the AWS Advanced JDBC Wrapper for Amazon Aurora Global Database with write forwarding requires Region-specific settings, and misconfiguration causes latency spikes and connection failures. This post walks through the correct dialect, plugins, host patterns, and write forwarding settings for the primary and secondary Regions.

Introducing strands-dynamodb-storage: Durable agent storage for the Strands Agents SDK

Introducing strands-dynamodb-storage: Durable agent storage for the Strands Agents SDK

Announcing strands-dynamodb-storage, an open source Amazon DynamoDB storage backend for the Strands Agents SDK. Back a Strands agent’s session state, long-term memories, and transcripts with one DynamoDB table in your own account, and give the agent semantic recall with a vector index on that same table.

SQL Server to Aurora PostgreSQL conversion with AI agents for AWS DMS

SQL Server to Aurora PostgreSQL conversion with AI agents for AWS DMS

Learn how to use AI agents with AWS DMS Schema Conversion to orchestrate SQL Server to Amazon Aurora PostgreSQL schema conversion through natural language. See how the conversion engine processes T-SQL, how the agent drives the workflow, and how to interpret and resolve CRITICAL action items using decision frameworks for common incompatibilities.

Fix circular role dependencies before upgrading Amazon RDS and Amazon Aurora PostgreSQL

Fix circular role dependencies before upgrading Amazon RDS and Amazon Aurora PostgreSQL

Circular role dependencies can stall or roll back a major version upgrade of Amazon RDS for PostgreSQL or Amazon Aurora PostgreSQL when you move from PostgreSQL 14 or earlier to 15 or later. Learn why this happens, how to detect it with a single pre-upgrade query, and how to clear it before you upgrade.