UNPKG

cdk-rds-sql

Version:

A CDK construct that allows creating roles and databases an on Aurora Serverless Postgresql cluster.

5 lines (4 loc) 112 B
export interface IDelay { apply: () => Promise<unknown>; setAttemptNumber: (attempt: number) => void; }