Imes Aurora Postgres Store (v0.7.0) is a store implementation for the Imes identity and access management framework, optimized for Amazon Aurora PostgreSQL. It provides scalable, durable storage for Imes resources such as users, roles, and permissions. The store leverages Aurora's high availability and read replicas for performance. This package is part of the Imes ecosystem, which offers a modular approach to identity management. It requires the core `imes` package and `@aws-sdk/client-aurora-data-api` for direct Aurora Data API access. Release cadence follows Imes releases, with a focus on PostgreSQL compatibility.
npm install imes-aurora-postgres-storeNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initializes an AuroraPostgresStore with AWS Secrets Manager credentials and creates a user via Imes.
Add `region` to the configuration object when constructing AuroraPostgresStore.
Ensure ARNs are correct and the associated secret has the necessary permissions for the Aurora Data API.
Migrate to using `secretArn` + `resourceArn` + `database` configuration.
Use 'imes-postgres-store' package for standard PostgreSQL; or upgrade to Aurora.
Run `npm install imes-aurora-postgres-store` and ensure import path is correct.
Change `import AuroraPostgresStore from ...` to `import { AuroraPostgresStore } from ...`.Provide `secretArn` and `resourceArn` in the constructor options.