berenddeboer / cdk-rds-sql

A CDK construct that allows creating roles and databases an on Aurora Serverless Postgresql cluster.
Apache License 2.0
23 stars 11 forks source link

Role documentation / implementation mismatch #18

Closed ww-daniel-mora closed 5 months ago

ww-daniel-mora commented 6 months ago

The documentation for Role states that database and databaseName are both optional and that you can specify none. However, specifying neither results in an exception. This could be resolved either by updating the docs or updating the code to match. I'm not sure what the desired behavior is.