Postgres compatibility depends a bit on what you rely on.
This doesn't appear to be postgres under the hood, more wire-compatible.
>Aurora DSQL is PostgreSQL compatible, which means that it provides identical behavior for most supported features, identical query results for all SQL features, and supports many popular PostgreSQL drivers and tools with minor configuration changes. Supported SQL expressions return identical data in query results, including sort order, scale and precision for numeric operations, and equivalence for string operations. With a few documented exceptions, such as synchronous replication, no-lock concurrency control, and asynchronous DDL execution, Aurora DSQL behaves comparably to PostgreSQL.
Aurora DSQL supports core relational features like ACID transactions, secondary indexes, joins, insert, and updates. See Supported SQL expressions for an overview of supported SQL features.
Aurora DSQL doesn't support all PostgreSQL features. For more information, see Unsupported PostgreSQL features.
https://docs.aws.amazon.com/aurora-dsql/latest/userguide/wor...
No pricing that I can find