Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updating Roda template synth script and fixing rds.DatabaseInstanceProps credentials prop #21

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

arozar
Copy link

@arozar arozar commented Jan 18, 2021

Commit 1 - updating Roda table and database names for template synth script

Description of changes:
The file SynthRodaTemplates.sh has incorrect naming of glue tables and database names that are created using the Cloudformation stacks that are suggested in comments at the bottom of the script.

Commit 2 - updating rds.DatabaseInstanceSourceProps to use credentials object

Description of changes:
Currently, the Typescript is no longer compiling.

This is due to the fact 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.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@arozar arozar changed the title updating Roda table and database names for template synth script updating Roda template synth script and fixing rds.DatabaseInstanceProps credentials prop Jan 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant