Skip to content

Commit

Permalink
add ImageConfig back to postgres connection yaml (awslabs#2386)
Browse files Browse the repository at this point in the history
  • Loading branch information
aimethed authored Nov 11, 2024
1 parent e602b6d commit 7301f73
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions athena-postgresql/athena-postgresql-connection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ Resources:
ImageUri: !Sub
- '${Account}.dkr.ecr.${AWS::Region}.amazonaws.com/athena-federation-repository-postgresql:2022.47.1'
- Account: !If [IsRegionBAH, 084828588479, !If [IsRegionHKG, 183295418215, 292517598671]]
ImageConfig:
Command: [ !Sub "com.amazonaws.athena.connectors.postgresql.PostGreSqlCompositeHandler" ]
Description: "Enables Amazon Athena to communicate with PostgreSQL using JDBC"
Timeout: 900
MemorySize: 3008
Expand Down

0 comments on commit 7301f73

Please sign in to comment.