From 9f7a0b5dac74f74aa6b9f7def5b8b8f96cd1e033 Mon Sep 17 00:00:00 2001 From: Henry Mai Date: Fri, 2 Dec 2022 21:26:15 +0000 Subject: [PATCH] Fix athena-saphana.yaml after changing from maven-assembly to maven-shade --- athena-saphana/athena-saphana.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/athena-saphana/athena-saphana.yaml b/athena-saphana/athena-saphana.yaml index 168f1d7965..a08ee63f0f 100644 --- a/athena-saphana/athena-saphana.yaml +++ b/athena-saphana/athena-saphana.yaml @@ -60,7 +60,7 @@ Resources: default: !Ref DefaultConnectionString FunctionName: !Ref LambdaFunctionName Handler: "com.amazonaws.athena.connectors.saphana.SaphanaMuxCompositeHandler" - CodeUri: "./target/athena-saphana.zip" + CodeUri: "./target/athena-saphana-2022.47.1.jar" Description: "Enables Amazon Athena to communicate with Teradata using JDBC" Runtime: java11 Timeout: !Ref LambdaTimeout @@ -100,4 +100,4 @@ Resources: - VPCAccessPolicy: {} VpcConfig: SecurityGroupIds: !Ref SecurityGroupIds - SubnetIds: !Ref SubnetIds \ No newline at end of file + SubnetIds: !Ref SubnetIds