Skip to content

Commit

Permalink
Fix athena-saphana.yaml after changing from maven-assembly to maven-s…
Browse files Browse the repository at this point in the history
…hade
  • Loading branch information
henrymai committed Dec 2, 2022
1 parent d74f647 commit 9f7a0b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions athena-saphana/athena-saphana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -100,4 +100,4 @@ Resources:
- VPCAccessPolicy: {}
VpcConfig:
SecurityGroupIds: !Ref SecurityGroupIds
SubnetIds: !Ref SubnetIds
SubnetIds: !Ref SubnetIds

0 comments on commit 9f7a0b5

Please sign in to comment.