data-lake-as-code
data-lake-as-code copied to clipboard
updating rds.DatabaseInstanceSourceProps to use credentials
Description of changes: Currently the Typescript is no longer compiling.
This is due to the fact the the rds.DatabaseInstanceProps interface now uses a credentials property rather than a username and password properties.
Have tested by doing the following:
- Code now compiles
- Deployed the environment and the SSM run command scripts are now able to use the dbSecrets to seed data in the RDS instances.
Am not able to make this PR to the master branch as the bindingdb stack is not in that branch.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.