Skip to content

Commit dc2d486

Browse files
committed
Cut release 2022.10.1
New release.
1 parent 3361bf3 commit dc2d486

File tree

20 files changed

+38
-38
lines changed

20 files changed

+38
-38
lines changed

athena-aws-cmdb/athena-aws-cmdb.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Metadata:
1010
Labels:
1111
- athena-federation
1212
HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation'
13-
SemanticVersion: 2022.7.1
13+
SemanticVersion: 2022.10.1
1414
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
1515
Parameters:
1616
AthenaCatalogName:
@@ -47,7 +47,7 @@ Resources:
4747
spill_prefix: !Ref SpillPrefix
4848
FunctionName: !Ref AthenaCatalogName
4949
Handler: "com.amazonaws.athena.connectors.aws.cmdb.AwsCmdbCompositeHandler"
50-
CodeUri: "./target/athena-aws-cmdb-2022.7.1.jar"
50+
CodeUri: "./target/athena-aws-cmdb-2022.10.1.jar"
5151
Description: "Enables Amazon Athena to communicate with various AWS Services, making your resource inventories accessible via SQL."
5252
Runtime: java11
5353
Timeout: !Ref LambdaTimeout

athena-cloudwatch-metrics/athena-cloudwatch-metrics.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Metadata:
1010
Labels:
1111
- athena-federation
1212
HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation'
13-
SemanticVersion: 2022.7.1
13+
SemanticVersion: 2022.10.1
1414
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
1515
Parameters:
1616
AthenaCatalogName:
@@ -47,7 +47,7 @@ Resources:
4747
spill_prefix: !Ref SpillPrefix
4848
FunctionName: !Ref AthenaCatalogName
4949
Handler: "com.amazonaws.athena.connectors.cloudwatch.metrics.MetricsCompositeHandler"
50-
CodeUri: "./target/athena-cloudwatch-metrics-2022.7.1.jar"
50+
CodeUri: "./target/athena-cloudwatch-metrics-2022.10.1.jar"
5151
Description: "Enables Amazon Athena to communicate with Cloudwatch Metrics, making your metrics data accessible via SQL"
5252
Runtime: java11
5353
Timeout: !Ref LambdaTimeout

athena-cloudwatch/athena-cloudwatch.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Metadata:
1010
Labels:
1111
- athena-federation
1212
HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation'
13-
SemanticVersion: 2022.7.1
13+
SemanticVersion: 2022.10.1
1414
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
1515
Parameters:
1616
AthenaCatalogName:
@@ -56,7 +56,7 @@ Resources:
5656
kms_key_id: !If [HasKMSKeyId, !Ref KMSKeyId, !Ref "AWS::NoValue"]
5757
FunctionName: !Ref AthenaCatalogName
5858
Handler: "com.amazonaws.athena.connectors.cloudwatch.CloudwatchCompositeHandler"
59-
CodeUri: "./target/athena-cloudwatch-2022.7.1.jar"
59+
CodeUri: "./target/athena-cloudwatch-2022.10.1.jar"
6060
Description: "Enables Amazon Athena to communicate with Cloudwatch, making your log accessible via SQL"
6161
Runtime: java11
6262
Timeout: !Ref LambdaTimeout

athena-docdb/athena-docdb.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Metadata:
1010
Labels:
1111
- athena-federation
1212
HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation'
13-
SemanticVersion: 2022.7.1
13+
SemanticVersion: 2022.10.1
1414
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
1515
Parameters:
1616
AthenaCatalogName:
@@ -61,7 +61,7 @@ Resources:
6161
default_docdb: !Ref DocDBConnectionString
6262
FunctionName: !Ref AthenaCatalogName
6363
Handler: "com.amazonaws.athena.connectors.docdb.DocDBCompositeHandler"
64-
CodeUri: "./target/athena-docdb-2022.7.1.jar"
64+
CodeUri: "./target/athena-docdb-2022.10.1.jar"
6565
Description: "Enables Amazon Athena to communicate with DocumentDB, making your DocumentDB data accessible via SQL."
6666
Runtime: java11
6767
Timeout: !Ref LambdaTimeout

athena-dynamodb/athena-dynamodb.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Metadata:
1010
Labels:
1111
- athena-federation
1212
HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation'
13-
SemanticVersion: 2022.7.1
13+
SemanticVersion: 2022.10.1
1414
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
1515
Parameters:
1616
AthenaCatalogName:
@@ -56,7 +56,7 @@ Resources:
5656
kms_key_id: !If [HasKMSKeyId, !Ref KMSKeyId, !Ref "AWS::NoValue"]
5757
FunctionName: !Ref AthenaCatalogName
5858
Handler: "com.amazonaws.athena.connectors.dynamodb.DynamoDBCompositeHandler"
59-
CodeUri: "./target/athena-dynamodb-2022.7.1.jar"
59+
CodeUri: "./target/athena-dynamodb-2022.10.1.jar"
6060
Description: "Enables Amazon Athena to communicate with DynamoDB, making your tables accessible via SQL"
6161
Runtime: java11
6262
Timeout: !Ref LambdaTimeout

athena-elasticsearch/athena-elasticsearch.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Metadata:
1010
ReadmeUrl: README.md
1111
Labels: ['athena-federation']
1212
HomePageUrl: https://github.com/awslabs/aws-athena-query-federation
13-
SemanticVersion: 2022.7.1
13+
SemanticVersion: 2022.10.1
1414
SourceCodeUrl: https://github.com/awslabs/aws-athena-query-federation
1515

1616
# Parameters are CloudFormation features to pass input
@@ -74,7 +74,7 @@ Resources:
7474
query_timeout_search: !Ref QueryTimeoutSearch
7575
FunctionName: !Sub "${AthenaCatalogName}"
7676
Handler: "com.amazonaws.athena.connectors.elasticsearch.ElasticsearchCompositeHandler"
77-
CodeUri: "./target/athena-elasticsearch-2022.7.1.jar"
77+
CodeUri: "./target/athena-elasticsearch-2022.10.1.jar"
7878
Description: "The Elasticsearch Lambda Connector provides Athena users the ability to query data stored on Elasticsearch clusters."
7979
Runtime: java11
8080
Timeout: !Ref LambdaTimeout

athena-example/athena-example.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Metadata:
1010
ReadmeUrl: README.md
1111
Labels: ['athena-federation']
1212
HomePageUrl: https://github.com/awslabs/aws-athena-query-federation
13-
SemanticVersion: 2022.7.1
13+
SemanticVersion: 2022.10.1
1414
SourceCodeUrl: https://github.com/awslabs/aws-athena-query-federation
1515

1616
# Parameters are CloudFormation features to pass input
@@ -55,7 +55,7 @@ Resources:
5555
data_bucket: !Ref DataBucket
5656
FunctionName: !Sub "${AthenaCatalogName}"
5757
Handler: "com.amazonaws.athena.connectors.example.ExampleCompositeHandler"
58-
CodeUri: "./target/athena-example-2022.7.1.jar"
58+
CodeUri: "./target/athena-example-2022.10.1.jar"
5959
Description: "A guided example for writing and deploying your own federated Amazon Athena connector for a custom source."
6060
Runtime: java11
6161
Timeout: !Ref LambdaTimeout

athena-federation-integ-test/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ in most **pom.xml** files (e.g.
3636
<dependency>
3737
<groupId>com.amazonaws</groupId>
3838
<artifactId>athena-federation-integ-test</artifactId>
39-
<version>Current version of the SDK (e.g. 2022.7.0)</version>
39+
<version>Current version of the SDK (e.g. 2022.10.1)</version>
4040
<scope>test</scope>
4141
</dependency>
4242
```

athena-federation-sdk/athena-federation-sdk.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Metadata:
1010
Labels:
1111
- athena-federation
1212
HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation'
13-
SemanticVersion: 2022.7.1
13+
SemanticVersion: 2022.10.1
1414
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
1515
Parameters:
1616
AthenaCatalogName:
@@ -47,7 +47,7 @@ Resources:
4747
spill_prefix: !Ref SpillPrefix
4848
FunctionName: !Ref AthenaCatalogName
4949
Handler: "com.amazonaws.athena.connector.lambda.examples.ExampleCompositeHandler"
50-
CodeUri: "./target/aws-athena-federation-sdk-2022.7.1-withdep.jar"
50+
CodeUri: "./target/aws-athena-federation-sdk-2022.10.1-withdep.jar"
5151
Description: "This connector enables Amazon Athena to communicate with a randomly generated data source."
5252
Runtime: java11
5353
Timeout: !Ref LambdaTimeout

athena-hbase/athena-hbase.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Metadata:
1010
Labels:
1111
- athena-federation
1212
HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation'
13-
SemanticVersion: 2022.7.1
13+
SemanticVersion: 2022.10.1
1414
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
1515
Parameters:
1616
AthenaCatalogName:
@@ -60,7 +60,7 @@ Resources:
6060
default_hbase: !Ref HBaseConnectionString
6161
FunctionName: !Ref AthenaCatalogName
6262
Handler: "com.amazonaws.athena.connectors.hbase.HbaseCompositeHandler"
63-
CodeUri: "./target/athena-hbase-2022.7.1.jar"
63+
CodeUri: "./target/athena-hbase-2022.10.1.jar"
6464
Description: "Enables Amazon Athena to communicate with HBase, making your HBase data accessible via SQL"
6565
Runtime: java11
6666
Timeout: !Ref LambdaTimeout

athena-mysql/athena-mysql.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Metadata:
1010
Labels:
1111
- athena-federation
1212
HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation'
13-
SemanticVersion: 2022.7.1
13+
SemanticVersion: 2022.10.1
1414
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
1515
Parameters:
1616
LambdaFunctionName:
@@ -60,7 +60,7 @@ Resources:
6060
default: !Ref DefaultConnectionString
6161
FunctionName: !Ref LambdaFunctionName
6262
Handler: "com.amazonaws.athena.connectors.mysql.MySqlMuxCompositeHandler"
63-
CodeUri: "./target/athena-mysql-2022.7.1.jar"
63+
CodeUri: "./target/athena-mysql-2022.10.1.jar"
6464
Description: "Enables Amazon Athena to communicate with MySQL using JDBC"
6565
Runtime: java11
6666
Timeout: !Ref LambdaTimeout

athena-neptune/athena-neptune.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Metadata:
1010
ReadmeUrl: README.md
1111
Labels: ['athena-federation','athena-neptune','neptune']
1212
HomePageUrl: https://github.com/awslabs/aws-athena-query-federation
13-
SemanticVersion: 2022.7.1
13+
SemanticVersion: 2022.10.1
1414
SourceCodeUrl: https://github.com/awslabs/aws-athena-query-federation
1515

1616
Parameters:
@@ -84,7 +84,7 @@ Resources:
8484
SERVICE_REGION: !Ref AWS::Region
8585
FunctionName: !Ref AthenaCatalogName
8686
Handler: "com.amazonaws.athena.connectors.neptune.NeptuneCompositeHandler"
87-
CodeUri: "./target/athena-neptune-2022.7.1.jar"
87+
CodeUri: "./target/athena-neptune-2022.10.1.jar"
8888
Description: "Enables Amazon Athena to communicate with Neptune, making your Neptune graph data accessible via SQL."
8989
Runtime: java11
9090
Timeout: !Ref LambdaTimeout

athena-postgresql/athena-postgresql.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Metadata:
1010
Labels:
1111
- athena-federation
1212
HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation'
13-
SemanticVersion: 2022.7.1
13+
SemanticVersion: 2022.10.1
1414
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
1515
Parameters:
1616
LambdaFunctionName:
@@ -60,7 +60,7 @@ Resources:
6060
default: !Ref DefaultConnectionString
6161
FunctionName: !Ref LambdaFunctionName
6262
Handler: "com.amazonaws.athena.connectors.postgresql.PostGreSqlMuxCompositeHandler"
63-
CodeUri: "./target/athena-postgresql-2022.7.1.jar"
63+
CodeUri: "./target/athena-postgresql-2022.10.1.jar"
6464
Description: "Enables Amazon Athena to communicate with PostgreSQL using JDBC"
6565
Runtime: java11
6666
Timeout: !Ref LambdaTimeout

athena-redis/athena-redis.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Metadata:
1010
Labels:
1111
- athena-federation
1212
HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation'
13-
SemanticVersion: 2022.7.1
13+
SemanticVersion: 2022.10.1
1414
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
1515
Parameters:
1616
AthenaCatalogName:
@@ -56,7 +56,7 @@ Resources:
5656
spill_prefix: !Ref SpillPrefix
5757
FunctionName: !Ref AthenaCatalogName
5858
Handler: "com.amazonaws.athena.connectors.redis.RedisCompositeHandler"
59-
CodeUri: "./target/athena-redis-2022.7.1.jar"
59+
CodeUri: "./target/athena-redis-2022.10.1.jar"
6060
Description: "Enables Amazon Athena to communicate with Redis, making your Redis data accessible via SQL"
6161
Runtime: java11
6262
Timeout: !Ref LambdaTimeout

athena-redshift/athena-redshift.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Metadata:
1010
Labels:
1111
- athena-federation
1212
HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation'
13-
SemanticVersion: 2022.7.1
13+
SemanticVersion: 2022.10.1
1414
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
1515
Parameters:
1616
LambdaFunctionName:
@@ -60,7 +60,7 @@ Resources:
6060
default: !Ref DefaultConnectionString
6161
FunctionName: !Ref LambdaFunctionName
6262
Handler: "com.amazonaws.athena.connectors.redshift.RedshiftMuxCompositeHandler"
63-
CodeUri: "./target/athena-redshift-2022.7.1.jar"
63+
CodeUri: "./target/athena-redshift-2022.10.1.jar"
6464
Description: "Enables Amazon Athena to communicate with Redshift using JDBC"
6565
Runtime: java11
6666
Timeout: !Ref LambdaTimeout

athena-timestream/athena-timestream.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Metadata:
1010
Labels:
1111
- athena-federation
1212
HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation'
13-
SemanticVersion: 2022.7.1
13+
SemanticVersion: 2022.10.1
1414
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
1515
Parameters:
1616
AthenaCatalogName:
@@ -47,7 +47,7 @@ Resources:
4747
spill_prefix: !Ref SpillPrefix
4848
FunctionName: !Ref AthenaCatalogName
4949
Handler: "com.amazonaws.athena.connectors.timestream.TimestreamCompositeHandler"
50-
CodeUri: "./target/athena-timestream-2022.7.1.jar"
50+
CodeUri: "./target/athena-timestream-2022.10.1.jar"
5151
Description: "Enables Amazon Athena to communicate with Amazon Timestream, making your time series data accessible from Athena."
5252
Runtime: java11
5353
Timeout: !Ref LambdaTimeout

athena-tpcds/athena-tpcds.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Metadata:
1010
Labels:
1111
- athena-federation
1212
HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation'
13-
SemanticVersion: 2022.7.1
13+
SemanticVersion: 2022.10.1
1414
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
1515
Parameters:
1616
AthenaCatalogName:
@@ -47,7 +47,7 @@ Resources:
4747
spill_prefix: !Ref SpillPrefix
4848
FunctionName: !Ref AthenaCatalogName
4949
Handler: "com.amazonaws.athena.connectors.tpcds.TPCDSCompositeHandler"
50-
CodeUri: "./target/athena-tpcds-2022.7.1.jar"
50+
CodeUri: "./target/athena-tpcds-2022.10.1.jar"
5151
Description: "This connector enables Amazon Athena to communicate with a randomly generated TPC-DS data source."
5252
Runtime: java11
5353
Timeout: !Ref LambdaTimeout

athena-udfs/athena-udfs.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Metadata:
1010
Labels:
1111
- athena-federation
1212
HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation'
13-
SemanticVersion: 2022.7.1
13+
SemanticVersion: 2022.10.1
1414
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
1515
Parameters:
1616
LambdaFunctionName:
@@ -34,7 +34,7 @@ Resources:
3434
Properties:
3535
FunctionName: !Ref LambdaFunctionName
3636
Handler: "com.amazonaws.athena.connectors.udfs.AthenaUDFHandler"
37-
CodeUri: "./target/athena-udfs-2022.7.1.jar"
37+
CodeUri: "./target/athena-udfs-2022.10.1.jar"
3838
Description: "This connector enables Amazon Athena to leverage common UDFs made available via Lambda."
3939
Runtime: java11
4040
Timeout: !Ref LambdaTimeout

athena-vertica/athena-vertica.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Metadata:
1010
ReadmeUrl: README.md
1111
Labels: ['athena-federation']
1212
HomePageUrl: https://github.com/awslabs/aws-athena-query-federation
13-
SemanticVersion: 2022.7.1
13+
SemanticVersion: 2022.10.1
1414
SourceCodeUrl: https://github.com/awslabs/aws-athena-query-federation
1515

1616
# Parameters are CloudFormation features to pass input
@@ -76,7 +76,7 @@ Resources:
7676

7777
FunctionName: !Sub "${AthenaCatalogName}"
7878
Handler: "com.amazonaws.athena.connectors.vertica.VerticaCompositeHandler"
79-
CodeUri: "./target/athena-vertica-2022.7.1.jar"
79+
CodeUri: "./target/athena-vertica-2022.10.1.jar"
8080
Description: "Amazon Athena Vertica Connector"
8181
Runtime: java11
8282
Timeout: !Ref LambdaTimeout

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<maven.compiler.source>11</maven.compiler.source>
1616
<maven.compiler.target>11</maven.compiler.target>
1717
<aws-sdk.version>1.11.800</aws-sdk.version>
18-
<aws-athena-federation-sdk.version>2022.7.1</aws-athena-federation-sdk.version>
18+
<aws-athena-federation-sdk.version>2022.10.1</aws-athena-federation-sdk.version>
1919
<aws.lambda-java-core.version>1.2.0</aws.lambda-java-core.version>
2020
<aws.lambda-java-log4j2.version>1.5.1</aws.lambda-java-log4j2.version>
2121
<slf4j-log4j.version>1.7.28</slf4j-log4j.version>

0 commit comments

Comments
 (0)