diff --git a/athena-aws-cmdb/athena-aws-cmdb.yaml b/athena-aws-cmdb/athena-aws-cmdb.yaml index 50a53ecf1b..e1df3afc4b 100644 --- a/athena-aws-cmdb/athena-aws-cmdb.yaml +++ b/athena-aws-cmdb/athena-aws-cmdb.yaml @@ -10,7 +10,7 @@ Metadata: Labels: - athena-federation HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation' - SemanticVersion: 2022.2.1 + SemanticVersion: 2022.4.1 SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation' Parameters: AthenaCatalogName: @@ -47,7 +47,7 @@ Resources: spill_prefix: !Ref SpillPrefix FunctionName: !Ref AthenaCatalogName Handler: "com.amazonaws.athena.connectors.aws.cmdb.AwsCmdbCompositeHandler" - CodeUri: "./target/athena-aws-cmdb-2022.2.1.jar" + CodeUri: "./target/athena-aws-cmdb-2022.4.1.jar" Description: "Enables Amazon Athena to communicate with various AWS Services, making your resource inventories accessible via SQL." Runtime: java11 Timeout: !Ref LambdaTimeout diff --git a/athena-aws-cmdb/pom.xml b/athena-aws-cmdb/pom.xml index d567017161..3dc4906cc2 100644 --- a/athena-aws-cmdb/pom.xml +++ b/athena-aws-cmdb/pom.xml @@ -5,7 +5,7 @@ aws-athena-query-federation com.amazonaws - 1.1.10 + 1.1.11 4.0.0 diff --git a/athena-cloudwatch-metrics/athena-cloudwatch-metrics.yaml b/athena-cloudwatch-metrics/athena-cloudwatch-metrics.yaml index dfbc158a01..9359035939 100644 --- a/athena-cloudwatch-metrics/athena-cloudwatch-metrics.yaml +++ b/athena-cloudwatch-metrics/athena-cloudwatch-metrics.yaml @@ -10,7 +10,7 @@ Metadata: Labels: - athena-federation HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation' - SemanticVersion: 2022.2.1 + SemanticVersion: 2022.4.1 SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation' Parameters: AthenaCatalogName: @@ -47,7 +47,7 @@ Resources: spill_prefix: !Ref SpillPrefix FunctionName: !Ref AthenaCatalogName Handler: "com.amazonaws.athena.connectors.cloudwatch.metrics.MetricsCompositeHandler" - CodeUri: "./target/athena-cloudwatch-metrics-2022.2.1.jar" + CodeUri: "./target/athena-cloudwatch-metrics-2022.4.1.jar" Description: "Enables Amazon Athena to communicate with Cloudwatch Metrics, making your metrics data accessible via SQL" Runtime: java11 Timeout: !Ref LambdaTimeout diff --git a/athena-cloudwatch-metrics/pom.xml b/athena-cloudwatch-metrics/pom.xml index 468746ae2e..75fb091e24 100644 --- a/athena-cloudwatch-metrics/pom.xml +++ b/athena-cloudwatch-metrics/pom.xml @@ -5,7 +5,7 @@ aws-athena-query-federation com.amazonaws - 1.1.10 + 1.1.11 4.0.0 diff --git a/athena-cloudwatch/athena-cloudwatch.yaml b/athena-cloudwatch/athena-cloudwatch.yaml index 6016e0798e..aa7744349f 100644 --- a/athena-cloudwatch/athena-cloudwatch.yaml +++ b/athena-cloudwatch/athena-cloudwatch.yaml @@ -10,7 +10,7 @@ Metadata: Labels: - athena-federation HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation' - SemanticVersion: 2022.2.1 + SemanticVersion: 2022.4.1 SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation' Parameters: AthenaCatalogName: @@ -56,7 +56,7 @@ Resources: kms_key_id: !If [HasKMSKeyId, !Ref KMSKeyId, !Ref "AWS::NoValue"] FunctionName: !Ref AthenaCatalogName Handler: "com.amazonaws.athena.connectors.cloudwatch.CloudwatchCompositeHandler" - CodeUri: "./target/athena-cloudwatch-2022.2.1.jar" + CodeUri: "./target/athena-cloudwatch-2022.4.1.jar" Description: "Enables Amazon Athena to communicate with Cloudwatch, making your log accessible via SQL" Runtime: java11 Timeout: !Ref LambdaTimeout diff --git a/athena-cloudwatch/pom.xml b/athena-cloudwatch/pom.xml index 9c8ee596ee..269cebe4a8 100644 --- a/athena-cloudwatch/pom.xml +++ b/athena-cloudwatch/pom.xml @@ -5,7 +5,7 @@ aws-athena-query-federation com.amazonaws - 1.1.10 + 1.1.11 4.0.0 diff --git a/athena-docdb/athena-docdb.yaml b/athena-docdb/athena-docdb.yaml index 033dce271b..6ad48b4a1d 100644 --- a/athena-docdb/athena-docdb.yaml +++ b/athena-docdb/athena-docdb.yaml @@ -10,7 +10,7 @@ Metadata: Labels: - athena-federation HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation' - SemanticVersion: 2022.2.1 + SemanticVersion: 2022.4.1 SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation' Parameters: AthenaCatalogName: @@ -61,7 +61,7 @@ Resources: default_docdb: !Ref DocDBConnectionString FunctionName: !Ref AthenaCatalogName Handler: "com.amazonaws.athena.connectors.docdb.DocDBCompositeHandler" - CodeUri: "./target/athena-docdb-2022.2.1.jar" + CodeUri: "./target/athena-docdb-2022.4.1.jar" Description: "Enables Amazon Athena to communicate with DocumentDB, making your DocumentDB data accessible via SQL." Runtime: java11 Timeout: !Ref LambdaTimeout diff --git a/athena-docdb/pom.xml b/athena-docdb/pom.xml index 5d221b1b21..3ddb432616 100644 --- a/athena-docdb/pom.xml +++ b/athena-docdb/pom.xml @@ -5,7 +5,7 @@ aws-athena-query-federation com.amazonaws - 1.1.10 + 1.1.11 4.0.0 diff --git a/athena-dynamodb/athena-dynamodb.yaml b/athena-dynamodb/athena-dynamodb.yaml index b831f04501..8452f88652 100644 --- a/athena-dynamodb/athena-dynamodb.yaml +++ b/athena-dynamodb/athena-dynamodb.yaml @@ -10,7 +10,7 @@ Metadata: Labels: - athena-federation HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation' - SemanticVersion: 2022.2.1 + SemanticVersion: 2022.4.1 SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation' Parameters: AthenaCatalogName: @@ -56,7 +56,7 @@ Resources: kms_key_id: !If [HasKMSKeyId, !Ref KMSKeyId, !Ref "AWS::NoValue"] FunctionName: !Ref AthenaCatalogName Handler: "com.amazonaws.athena.connectors.dynamodb.DynamoDBCompositeHandler" - CodeUri: "./target/athena-dynamodb-2022.2.1.jar" + CodeUri: "./target/athena-dynamodb-2022.4.1.jar" Description: "Enables Amazon Athena to communicate with DynamoDB, making your tables accessible via SQL" Runtime: java11 Timeout: !Ref LambdaTimeout diff --git a/athena-dynamodb/pom.xml b/athena-dynamodb/pom.xml index 7dac4e90a0..c8d044656f 100644 --- a/athena-dynamodb/pom.xml +++ b/athena-dynamodb/pom.xml @@ -5,7 +5,7 @@ aws-athena-query-federation com.amazonaws - 1.1.10 + 1.1.11 4.0.0 diff --git a/athena-elasticsearch/athena-elasticsearch.yaml b/athena-elasticsearch/athena-elasticsearch.yaml index 8d497ececd..08e897ea25 100644 --- a/athena-elasticsearch/athena-elasticsearch.yaml +++ b/athena-elasticsearch/athena-elasticsearch.yaml @@ -10,7 +10,7 @@ Metadata: ReadmeUrl: README.md Labels: ['athena-federation'] HomePageUrl: https://github.com/awslabs/aws-athena-query-federation - SemanticVersion: 2022.2.1 + SemanticVersion: 2022.4.1 SourceCodeUrl: https://github.com/awslabs/aws-athena-query-federation # Parameters are CloudFormation features to pass input @@ -74,7 +74,7 @@ Resources: query_timeout_search: !Ref QueryTimeoutSearch FunctionName: !Sub "${AthenaCatalogName}" Handler: "com.amazonaws.athena.connectors.elasticsearch.ElasticsearchCompositeHandler" - CodeUri: "./target/athena-elasticsearch-2022.2.1.jar" + CodeUri: "./target/athena-elasticsearch-2022.4.1.jar" Description: "The Elasticsearch Lambda Connector provides Athena users the ability to query data stored on Elasticsearch clusters." Runtime: java11 Timeout: !Ref LambdaTimeout diff --git a/athena-elasticsearch/pom.xml b/athena-elasticsearch/pom.xml index 563f182424..84cf03cc8c 100644 --- a/athena-elasticsearch/pom.xml +++ b/athena-elasticsearch/pom.xml @@ -5,7 +5,7 @@ aws-athena-query-federation com.amazonaws - 1.1.10 + 1.1.11 4.0.0 diff --git a/athena-example/athena-example.yaml b/athena-example/athena-example.yaml index 1bf2d0dbb4..0cc6603643 100644 --- a/athena-example/athena-example.yaml +++ b/athena-example/athena-example.yaml @@ -10,7 +10,7 @@ Metadata: ReadmeUrl: README.md Labels: ['athena-federation'] HomePageUrl: https://github.com/awslabs/aws-athena-query-federation - SemanticVersion: 2022.2.1 + SemanticVersion: 2022.4.1 SourceCodeUrl: https://github.com/awslabs/aws-athena-query-federation # Parameters are CloudFormation features to pass input @@ -55,7 +55,7 @@ Resources: data_bucket: !Ref DataBucket FunctionName: !Sub "${AthenaCatalogName}" Handler: "com.amazonaws.athena.connectors.example.ExampleCompositeHandler" - CodeUri: "./target/athena-example-2022.2.1.jar" + CodeUri: "./target/athena-example-2022.4.1.jar" Description: "A guided example for writing and deploying your own federated Amazon Athena connector for a custom source." Runtime: java11 Timeout: !Ref LambdaTimeout diff --git a/athena-example/pom.xml b/athena-example/pom.xml index 1de701804c..041eeb4d70 100644 --- a/athena-example/pom.xml +++ b/athena-example/pom.xml @@ -5,7 +5,7 @@ aws-athena-query-federation com.amazonaws - 1.1.10 + 1.1.11 4.0.0 diff --git a/athena-federation-integ-test/README.md b/athena-federation-integ-test/README.md index 85b151658c..fe69696587 100644 --- a/athena-federation-integ-test/README.md +++ b/athena-federation-integ-test/README.md @@ -36,7 +36,7 @@ in most **pom.xml** files (e.g. com.amazonaws athena-federation-integ-test - Current version of the SDK (e.g. 2022.2.1) + Current version of the SDK (e.g. 2022.4.1) test ``` diff --git a/athena-federation-integ-test/pom.xml b/athena-federation-integ-test/pom.xml index 29d8697337..e1392a0215 100644 --- a/athena-federation-integ-test/pom.xml +++ b/athena-federation-integ-test/pom.xml @@ -5,7 +5,7 @@ aws-athena-query-federation com.amazonaws - 1.1.10 + 1.1.11 4.0.0 diff --git a/athena-federation-sdk-tools/pom.xml b/athena-federation-sdk-tools/pom.xml index c0ee1d6b00..05afc434b3 100644 --- a/athena-federation-sdk-tools/pom.xml +++ b/athena-federation-sdk-tools/pom.xml @@ -5,7 +5,7 @@ aws-athena-query-federation com.amazonaws - 1.1.10 + 1.1.11 4.0.0 diff --git a/athena-federation-sdk/athena-federation-sdk.yaml b/athena-federation-sdk/athena-federation-sdk.yaml index d479dd4b3a..d874e4c355 100644 --- a/athena-federation-sdk/athena-federation-sdk.yaml +++ b/athena-federation-sdk/athena-federation-sdk.yaml @@ -10,7 +10,7 @@ Metadata: Labels: - athena-federation HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation' - SemanticVersion: 2022.2.1 + SemanticVersion: 2022.4.1 SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation' Parameters: AthenaCatalogName: @@ -47,7 +47,7 @@ Resources: spill_prefix: !Ref SpillPrefix FunctionName: !Ref AthenaCatalogName Handler: "com.amazonaws.athena.connector.lambda.examples.ExampleCompositeHandler" - CodeUri: "./target/aws-athena-federation-sdk-2022.2.1-withdep.jar" + CodeUri: "./target/aws-athena-federation-sdk-2022.4.1-withdep.jar" Description: "This connector enables Amazon Athena to communicate with a randomly generated data source." Runtime: java11 Timeout: !Ref LambdaTimeout diff --git a/athena-federation-sdk/pom.xml b/athena-federation-sdk/pom.xml index 6f20016d43..074d956f69 100644 --- a/athena-federation-sdk/pom.xml +++ b/athena-federation-sdk/pom.xml @@ -8,7 +8,7 @@ com.amazonaws aws-athena-query-federation - 1.1.10 + 1.1.11 com.amazonaws diff --git a/athena-hbase/athena-hbase.yaml b/athena-hbase/athena-hbase.yaml index ac5f18ce2f..70b1a7b9e9 100644 --- a/athena-hbase/athena-hbase.yaml +++ b/athena-hbase/athena-hbase.yaml @@ -10,7 +10,7 @@ Metadata: Labels: - athena-federation HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation' - SemanticVersion: 2022.2.1 + SemanticVersion: 2022.4.1 SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation' Parameters: AthenaCatalogName: @@ -60,7 +60,7 @@ Resources: default_hbase: !Ref HBaseConnectionString FunctionName: !Ref AthenaCatalogName Handler: "com.amazonaws.athena.connectors.hbase.HbaseCompositeHandler" - CodeUri: "./target/athena-hbase-2022.2.1.jar" + CodeUri: "./target/athena-hbase-2022.4.1.jar" Description: "Enables Amazon Athena to communicate with HBase, making your HBase data accessible via SQL" Runtime: java11 Timeout: !Ref LambdaTimeout diff --git a/athena-hbase/pom.xml b/athena-hbase/pom.xml index 6b05611c17..24495f9919 100644 --- a/athena-hbase/pom.xml +++ b/athena-hbase/pom.xml @@ -5,7 +5,7 @@ aws-athena-query-federation com.amazonaws - 1.1.10 + 1.1.11 4.0.0 diff --git a/athena-jdbc/athena-jdbc.yaml b/athena-jdbc/athena-jdbc.yaml index 7a938239ed..f390d62c16 100644 --- a/athena-jdbc/athena-jdbc.yaml +++ b/athena-jdbc/athena-jdbc.yaml @@ -10,7 +10,7 @@ Metadata: Labels: - athena-federation HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation' - SemanticVersion: 2022.2.1 + SemanticVersion: 2022.4.1 SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation' Parameters: LambdaFunctionName: @@ -60,7 +60,7 @@ Resources: default: !Ref DefaultConnectionString FunctionName: !Ref LambdaFunctionName Handler: "com.amazonaws.athena.connectors.jdbc.MultiplexingJdbcCompositeHandler" - CodeUri: "./target/athena-jdbc-2022.2.1.jar" + CodeUri: "./target/athena-jdbc-2022.4.1.jar" Description: "Enables Amazon Athena to communicate with Databases using JDBC" Runtime: java11 Timeout: !Ref LambdaTimeout diff --git a/athena-jdbc/pom.xml b/athena-jdbc/pom.xml index 4a2791eb65..cd532dc289 100644 --- a/athena-jdbc/pom.xml +++ b/athena-jdbc/pom.xml @@ -3,7 +3,7 @@ aws-athena-query-federation com.amazonaws - 1.1.10 + 1.1.11 4.0.0 diff --git a/athena-neptune/athena-neptune.yaml b/athena-neptune/athena-neptune.yaml index 547a6c1d8c..5565ab6f2b 100644 --- a/athena-neptune/athena-neptune.yaml +++ b/athena-neptune/athena-neptune.yaml @@ -10,7 +10,7 @@ Metadata: ReadmeUrl: README.md Labels: ['athena-federation','athena-neptune','neptune'] HomePageUrl: https://github.com/awslabs/aws-athena-query-federation - SemanticVersion: 2022.2.1 + SemanticVersion: 2022.4.1 SourceCodeUrl: https://github.com/awslabs/aws-athena-query-federation Parameters: @@ -84,7 +84,7 @@ Resources: SERVICE_REGION: !Ref AWS::Region FunctionName: !Ref AthenaCatalogName Handler: "com.amazonaws.athena.connectors.neptune.NeptuneCompositeHandler" - CodeUri: "./target/athena-neptune-2022.2.1.jar" + CodeUri: "./target/athena-neptune-2022.4.1.jar" Description: "Enables Amazon Athena to communicate with Neptune, making your Neptune graph data accessible via SQL." Runtime: java11 Timeout: !Ref LambdaTimeout diff --git a/athena-neptune/pom.xml b/athena-neptune/pom.xml index bd24025d3b..a39adaa643 100644 --- a/athena-neptune/pom.xml +++ b/athena-neptune/pom.xml @@ -5,7 +5,7 @@ aws-athena-query-federation com.amazonaws - 1.1.10 + 1.1.11 4.0.0 diff --git a/athena-redis/athena-redis.yaml b/athena-redis/athena-redis.yaml index 0bc870a0d0..87d7269403 100644 --- a/athena-redis/athena-redis.yaml +++ b/athena-redis/athena-redis.yaml @@ -10,7 +10,7 @@ Metadata: Labels: - athena-federation HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation' - SemanticVersion: 2022.2.1 + SemanticVersion: 2022.4.1 SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation' Parameters: AthenaCatalogName: @@ -56,7 +56,7 @@ Resources: spill_prefix: !Ref SpillPrefix FunctionName: !Ref AthenaCatalogName Handler: "com.amazonaws.athena.connectors.redis.RedisCompositeHandler" - CodeUri: "./target/athena-redis-2022.2.1.jar" + CodeUri: "./target/athena-redis-2022.4.1.jar" Description: "Enables Amazon Athena to communicate with Redis, making your Redis data accessible via SQL" Runtime: java11 Timeout: !Ref LambdaTimeout diff --git a/athena-redis/pom.xml b/athena-redis/pom.xml index 3d4b8e508c..07efe1f1b4 100644 --- a/athena-redis/pom.xml +++ b/athena-redis/pom.xml @@ -5,7 +5,7 @@ aws-athena-query-federation com.amazonaws - 1.1.10 + 1.1.11 4.0.0 diff --git a/athena-timestream/athena-timestream.yaml b/athena-timestream/athena-timestream.yaml index a4cf631cf1..ac0a8e25bf 100644 --- a/athena-timestream/athena-timestream.yaml +++ b/athena-timestream/athena-timestream.yaml @@ -10,7 +10,7 @@ Metadata: Labels: - athena-federation HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation' - SemanticVersion: 2022.2.1 + SemanticVersion: 2022.4.1 SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation' Parameters: AthenaCatalogName: @@ -47,7 +47,7 @@ Resources: spill_prefix: !Ref SpillPrefix FunctionName: !Ref AthenaCatalogName Handler: "com.amazonaws.athena.connectors.timestream.TimestreamCompositeHandler" - CodeUri: "./target/athena-timestream-2022.2.1.jar" + CodeUri: "./target/athena-timestream-2022.4.1.jar" Description: "Enables Amazon Athena to communicate with Amazon Timestream, making your time series data accessible from Athena." Runtime: java11 Timeout: !Ref LambdaTimeout diff --git a/athena-timestream/pom.xml b/athena-timestream/pom.xml index 8b3414c586..a7758b1911 100644 --- a/athena-timestream/pom.xml +++ b/athena-timestream/pom.xml @@ -5,7 +5,7 @@ aws-athena-query-federation com.amazonaws - 1.1.10 + 1.1.11 4.0.0 diff --git a/athena-tpcds/athena-tpcds.yaml b/athena-tpcds/athena-tpcds.yaml index cf7c6fe69b..79401f3a6b 100644 --- a/athena-tpcds/athena-tpcds.yaml +++ b/athena-tpcds/athena-tpcds.yaml @@ -10,7 +10,7 @@ Metadata: Labels: - athena-federation HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation' - SemanticVersion: 2022.2.1 + SemanticVersion: 2022.4.1 SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation' Parameters: AthenaCatalogName: @@ -47,7 +47,7 @@ Resources: spill_prefix: !Ref SpillPrefix FunctionName: !Ref AthenaCatalogName Handler: "com.amazonaws.athena.connectors.tpcds.TPCDSCompositeHandler" - CodeUri: "./target/athena-tpcds-2022.2.1.jar" + CodeUri: "./target/athena-tpcds-2022.4.1.jar" Description: "This connector enables Amazon Athena to communicate with a randomly generated TPC-DS data source." Runtime: java11 Timeout: !Ref LambdaTimeout diff --git a/athena-tpcds/pom.xml b/athena-tpcds/pom.xml index f490b3da2b..a51d1a41c9 100644 --- a/athena-tpcds/pom.xml +++ b/athena-tpcds/pom.xml @@ -5,7 +5,7 @@ aws-athena-query-federation com.amazonaws - 1.1.10 + 1.1.11 4.0.0 diff --git a/athena-udfs/athena-udfs.yaml b/athena-udfs/athena-udfs.yaml index 3790108af2..ad917849a6 100644 --- a/athena-udfs/athena-udfs.yaml +++ b/athena-udfs/athena-udfs.yaml @@ -10,7 +10,7 @@ Metadata: Labels: - athena-federation HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation' - SemanticVersion: 2022.2.1 + SemanticVersion: 2022.4.1 SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation' Parameters: LambdaFunctionName: @@ -34,7 +34,7 @@ Resources: Properties: FunctionName: !Ref LambdaFunctionName Handler: "com.amazonaws.athena.connectors.udfs.AthenaUDFHandler" - CodeUri: "./target/athena-udfs-2022.2.1.jar" + CodeUri: "./target/athena-udfs-2022.4.1.jar" Description: "This connector enables Amazon Athena to leverage common UDFs made available via Lambda." Runtime: java11 Timeout: !Ref LambdaTimeout diff --git a/athena-udfs/pom.xml b/athena-udfs/pom.xml index 6a975c7e74..091ec52e96 100644 --- a/athena-udfs/pom.xml +++ b/athena-udfs/pom.xml @@ -5,7 +5,7 @@ aws-athena-query-federation com.amazonaws - 1.1.10 + 1.1.11 4.0.0 diff --git a/athena-vertica/athena-vertica.yaml b/athena-vertica/athena-vertica.yaml index 4f71b8d4c4..b7002ef0a1 100644 --- a/athena-vertica/athena-vertica.yaml +++ b/athena-vertica/athena-vertica.yaml @@ -10,7 +10,7 @@ Metadata: ReadmeUrl: README.md Labels: ['athena-federation'] HomePageUrl: https://github.com/awslabs/aws-athena-query-federation - SemanticVersion: 2022.2.1 + SemanticVersion: 2022.4.1 SourceCodeUrl: https://github.com/awslabs/aws-athena-query-federation # Parameters are CloudFormation features to pass input @@ -76,7 +76,7 @@ Resources: FunctionName: !Sub "${AthenaCatalogName}" Handler: "com.amazonaws.athena.connectors.vertica.VerticaCompositeHandler" - CodeUri: "./target/athena-vertica-2022.2.1.jar" + CodeUri: "./target/athena-vertica-2022.4.1.jar" Description: "Amazon Athena Vertica Connector" Runtime: java11 Timeout: !Ref LambdaTimeout diff --git a/athena-vertica/pom.xml b/athena-vertica/pom.xml index f399466392..00de9a0a1c 100644 --- a/athena-vertica/pom.xml +++ b/athena-vertica/pom.xml @@ -5,7 +5,7 @@ aws-athena-query-federation com.amazonaws - 1.1.10 + 1.1.11 4.0.0 diff --git a/pom.xml b/pom.xml index ee9963ef94..dae55c1827 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ com.amazonaws aws-athena-query-federation pom - 1.1.10 + 1.1.11 AWS Athena Query Federation The Amazon Athena Query Federation SDK allows you to customize Amazon Athena with your own code. https://github.com/awslabs/aws-athena-query-federation @@ -15,7 +15,7 @@ 11 11 1.11.800 - 2022.2.1 + 2022.4.1 1.2.0 1.5.1 1.7.28