Skip to content

Commit 6f5d6c1

Browse files
committed
Fix connection string
1 parent 3ea0319 commit 6f5d6c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@ Resources:
634634
LambdaFunctionName: !Ref AthenaConnectorLambdaNameParameter
635635
CompositeHandler: PostGreSqlMuxCompositeHandler
636636
DefaultConnectionString: !Sub |
637-
postgres://jdbc:postgresql://${AuroraDatabaseCluster.Endpoint.Address}:${AuroraDatabaseCluster.Endpoint.Port}/default?${!${ResourcePrefixParameter}-cd2-db-user-${EnvironmentParameter}-canvas}&sslmode=verify-ca&sslfactory=org.postgresql.ssl.DefaultJavaSSLFactory
637+
postgres://jdbc:postgresql://${AuroraDatabaseCluster.Endpoint.Address}:${AuroraDatabaseCluster.Endpoint.Port}/cd2?${!${ResourcePrefixParameter}-cd2-db-user-${EnvironmentParameter}-canvas}&sslmode=verify-ca&sslfactory=org.postgresql.ssl.DefaultJavaSSLFactory
638638
DefaultScale: '0'
639639
DisableSpillEncryption: 'false'
640640
LambdaMemory: '3008'

0 commit comments

Comments
 (0)