Skip to content

Commit 93aeef4

Browse files
authored
Merge pull request #148 from aws-samples/tebanieo-patch-1
Rename Glue Database from 'modernizer-migration-db-noc9' to 'moderniz…
2 parents 64d1340 + e83175c commit 93aeef4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

design-patterns/cloudformation/vscode.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ Resources:
540540
Properties:
541541
CatalogId: !Ref AWS::AccountId
542542
DatabaseInput:
543-
Name: modernizer-migration-db-noc9
543+
Name: modernizer-migration-db
544544
Description: Database for MySQL to DynamoDB modernization migration
545545

546546
# CloudWatch Log Group for Glue Jobs
@@ -3029,4 +3029,4 @@ Outputs:
30293029
Value: !Sub "Username: ${DbMasterUsername}, Password: ${DbMasterPassword}"
30303030
MySQLInstancePrivateIP:
30313031
Description: Private IP Address of MySQL instance (use this for JDBC connections from Glue)
3032-
Value: !GetAtt DbInstance.PrivateIp
3032+
Value: !GetAtt DbInstance.PrivateIp

0 commit comments

Comments
 (0)