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

feat(provider.ts): enable lambda customization #17

Closed ww-daniel-mora closed 5 months ago

ww-daniel-mora commented 6 months ago
ww-daniel-mora commented 6 months ago

Hey @berenddeboer let me know if you have questions or concerns on this one. The specific use case I am after is more control over the log groups but it felt silly to expose the properties one at a time so I thought we could just pass through the whole lambda properties. I chose not let this new parameter override lambda properties set via existing parameters. This will prevent the users from breaking assumptions the rest of the code is making.