data-lake-as-code icon indicating copy to clipboard operation
data-lake-as-code copied to clipboard

updating rds.DatabaseInstanceSourceProps to use credentials

Open arozar opened this issue 5 years ago • 0 comments

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:

  1. Code now compiles
  2. 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.

arozar avatar Jan 18 '21 16:01 arozar