Skip to content

Commit

Permalink
athena-postgresql: Set default CompositeHandler
Browse files Browse the repository at this point in the history
This is to maintain backwards compatibility.
  • Loading branch information
henrymai committed Nov 4, 2022
1 parent 5a80b45 commit dcf9dc3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion athena-postgresql/athena-postgresql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ Parameters:
CompositeHandler:
Description: 'Use "PostGreSqlMuxCompositeHandler" to access multiple postgres instances and "PostGreSqlCompositeHandler" to access single instance using DefaultConnectionString'
Type: String
Default: "PostGreSqlMuxCompositeHandler"
AllowedValues : ["PostGreSqlMuxCompositeHandler", "PostGreSqlCompositeHandler"]
Resources:
JdbcConnectorConfig:
Expand Down Expand Up @@ -104,4 +105,4 @@ Resources:
- VPCAccessPolicy: {}
VpcConfig:
SecurityGroupIds: !Ref SecurityGroupIds
SubnetIds: !Ref SubnetIds
SubnetIds: !Ref SubnetIds

0 comments on commit dcf9dc3

Please sign in to comment.