Skip to content

Commit

Permalink
Cut release for 2022.22.1 (awslabs#709)
Browse files Browse the repository at this point in the history
Ddb connector with extractor and GeneratedRowWriter (awslabs#704)
Fix for Sql Server partition issue (awslabs#707)
Corrected athena-snowflake.yaml description
adding option for VPC config on elasticsearch connector
Bigquery metadata pagination implementation && fixed bigquery table casesensitive issue
BigQuery IAM  role & policies changes in template file
Fix a small typo in README.md
Fix log4j logger configurations
Enhance integration test suite (awslabs#676)
  • Loading branch information
henrymai committed Jun 1, 2022
1 parent 743ea0f commit 51fa141
Show file tree
Hide file tree
Showing 32 changed files with 60 additions and 60 deletions.
4 changes: 2 additions & 2 deletions athena-aws-cmdb/athena-aws-cmdb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Metadata:
Labels:
- athena-federation
HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation'
SemanticVersion: 2022.20.1
SemanticVersion: 2022.22.1
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
Parameters:
AthenaCatalogName:
Expand Down Expand Up @@ -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.20.1.jar"
CodeUri: "./target/athena-aws-cmdb-2022.22.1.jar"
Description: "Enables Amazon Athena to communicate with various AWS Services, making your resource inventories accessible via SQL."
Runtime: java11
Timeout: !Ref LambdaTimeout
Expand Down
4 changes: 2 additions & 2 deletions athena-cloudera-hive/athena-cloudera-hive.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Metadata:
Labels:
- athena-federation
HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation'
SemanticVersion: 2022.20.1
SemanticVersion: 2022.22.1
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
Parameters:
LambdaFunctionName:
Expand Down Expand Up @@ -60,7 +60,7 @@ Resources:
default: !Ref DefaultConnectionString
FunctionName: !Ref LambdaFunctionName
Handler: "com.amazonaws.athena.connectors.cloudera.HiveMuxCompositeHandler"
CodeUri: "./target/athena-cloudera-hive-2022.20.1.jar"
CodeUri: "./target/athena-cloudera-hive-2022.22.1.jar"
Description: "Enables Amazon Athena to communicate with Coludera Hive using JDBC"
Runtime: java11
Timeout: !Ref LambdaTimeout
Expand Down
4 changes: 2 additions & 2 deletions athena-cloudera-impala/athena-cloudera-impala.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Metadata:
Labels:
- athena-federation
HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation'
SemanticVersion: 2022.20.1
SemanticVersion: 2022.22.1
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
Parameters:
LambdaFunctionName:
Expand Down Expand Up @@ -60,7 +60,7 @@ Resources:
default: !Ref DefaultConnectionString
FunctionName: !Ref LambdaFunctionName
Handler: "com.amazonaws.athena.connectors.cloudera.ImpalaMuxCompositeHandler"
CodeUri: "./target/athena-cloudera-impala-2022.20.1.jar"
CodeUri: "./target/athena-cloudera-impala-2022.22.1.jar"
Description: "Enables Amazon Athena to communicate with Cloudera Impala using JDBC"
Runtime: java11
Timeout: !Ref LambdaTimeout
Expand Down
4 changes: 2 additions & 2 deletions athena-cloudwatch-metrics/athena-cloudwatch-metrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Metadata:
Labels:
- athena-federation
HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation'
SemanticVersion: 2022.20.1
SemanticVersion: 2022.22.1
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
Parameters:
AthenaCatalogName:
Expand Down Expand Up @@ -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.20.1.jar"
CodeUri: "./target/athena-cloudwatch-metrics-2022.22.1.jar"
Description: "Enables Amazon Athena to communicate with Cloudwatch Metrics, making your metrics data accessible via SQL"
Runtime: java11
Timeout: !Ref LambdaTimeout
Expand Down
4 changes: 2 additions & 2 deletions athena-cloudwatch/athena-cloudwatch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Metadata:
Labels:
- athena-federation
HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation'
SemanticVersion: 2022.20.1
SemanticVersion: 2022.22.1
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
Parameters:
AthenaCatalogName:
Expand Down Expand Up @@ -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.20.1.jar"
CodeUri: "./target/athena-cloudwatch-2022.22.1.jar"
Description: "Enables Amazon Athena to communicate with Cloudwatch, making your log accessible via SQL"
Runtime: java11
Timeout: !Ref LambdaTimeout
Expand Down
4 changes: 2 additions & 2 deletions athena-datalakegen2/athena-datalakegen2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Metadata:
- athena-federation
- jdbc
HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation'
SemanticVersion: 2022.20.1
SemanticVersion: 2022.22.1
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
Parameters:
LambdaFunctionName:
Expand Down Expand Up @@ -62,7 +62,7 @@ Resources:
default: !Ref DefaultConnectionString
FunctionName: !Ref LambdaFunctionName
Handler: "com.amazonaws.athena.connectors.datalakegen2.DataLakeGen2MuxCompositeHandler"
CodeUri: "./target/athena-datalakegen2-2022.20.1.jar"
CodeUri: "./target/athena-datalakegen2-2022.22.1.jar"
Description: "Enables Amazon Athena to communicate with DataLake Gen2 using JDBC"
Runtime: java11
Timeout: !Ref LambdaTimeout
Expand Down
4 changes: 2 additions & 2 deletions athena-docdb/athena-docdb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Metadata:
Labels:
- athena-federation
HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation'
SemanticVersion: 2022.20.1
SemanticVersion: 2022.22.1
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
Parameters:
AthenaCatalogName:
Expand Down Expand Up @@ -61,7 +61,7 @@ Resources:
default_docdb: !Ref DocDBConnectionString
FunctionName: !Ref AthenaCatalogName
Handler: "com.amazonaws.athena.connectors.docdb.DocDBCompositeHandler"
CodeUri: "./target/athena-docdb-2022.20.1.jar"
CodeUri: "./target/athena-docdb-2022.22.1.jar"
Description: "Enables Amazon Athena to communicate with DocumentDB, making your DocumentDB data accessible via SQL."
Runtime: java11
Timeout: !Ref LambdaTimeout
Expand Down
4 changes: 2 additions & 2 deletions athena-dynamodb/athena-dynamodb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Metadata:
Labels:
- athena-federation
HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation'
SemanticVersion: 2022.20.1
SemanticVersion: 2022.22.1
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
Parameters:
AthenaCatalogName:
Expand Down Expand Up @@ -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.20.1.jar"
CodeUri: "./target/athena-dynamodb-2022.22.1.jar"
Description: "Enables Amazon Athena to communicate with DynamoDB, making your tables accessible via SQL"
Runtime: java11
Timeout: !Ref LambdaTimeout
Expand Down
4 changes: 2 additions & 2 deletions athena-elasticsearch/athena-elasticsearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Metadata:
ReadmeUrl: README.md
Labels: ['athena-federation']
HomePageUrl: https://github.com/awslabs/aws-athena-query-federation
SemanticVersion: 2022.20.1
SemanticVersion: 2022.22.1
SourceCodeUrl: https://github.com/awslabs/aws-athena-query-federation

# Parameters are CloudFormation features to pass input
Expand Down Expand Up @@ -93,7 +93,7 @@ Resources:
query_timeout_search: !Ref QueryTimeoutSearch
FunctionName: !Sub "${AthenaCatalogName}"
Handler: "com.amazonaws.athena.connectors.elasticsearch.ElasticsearchCompositeHandler"
CodeUri: "./target/athena-elasticsearch-2022.20.1.jar"
CodeUri: "./target/athena-elasticsearch-2022.22.1.jar"
Description: "The Elasticsearch Lambda Connector provides Athena users the ability to query data stored on Elasticsearch clusters."
Runtime: java11
Timeout: !Ref LambdaTimeout
Expand Down
4 changes: 2 additions & 2 deletions athena-example/athena-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Metadata:
ReadmeUrl: README.md
Labels: ['athena-federation']
HomePageUrl: https://github.com/awslabs/aws-athena-query-federation
SemanticVersion: 2022.20.1
SemanticVersion: 2022.22.1
SourceCodeUrl: https://github.com/awslabs/aws-athena-query-federation

# Parameters are CloudFormation features to pass input
Expand Down Expand Up @@ -55,7 +55,7 @@ Resources:
data_bucket: !Ref DataBucket
FunctionName: !Sub "${AthenaCatalogName}"
Handler: "com.amazonaws.athena.connectors.example.ExampleCompositeHandler"
CodeUri: "./target/athena-example-2022.20.1.jar"
CodeUri: "./target/athena-example-2022.22.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
Expand Down
2 changes: 1 addition & 1 deletion athena-federation-integ-test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ in most **pom.xml** files (e.g.
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>athena-federation-integ-test</artifactId>
<version>Current version of the SDK (e.g. 2022.20.1)</version>
<version>Current version of the SDK (e.g. 2022.22.1)</version>
<scope>test</scope>
</dependency>
```
Expand Down
4 changes: 2 additions & 2 deletions athena-federation-sdk/athena-federation-sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Metadata:
Labels:
- athena-federation
HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation'
SemanticVersion: 2022.20.1
SemanticVersion: 2022.22.1
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
Parameters:
AthenaCatalogName:
Expand Down Expand Up @@ -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.20.1-withdep.jar"
CodeUri: "./target/aws-athena-federation-sdk-2022.22.1-withdep.jar"
Description: "This connector enables Amazon Athena to communicate with a randomly generated data source."
Runtime: java11
Timeout: !Ref LambdaTimeout
Expand Down
4 changes: 2 additions & 2 deletions athena-google-bigquery/athena-google-bigquery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Metadata:
- Athena-Federation
- Google-SDK
HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation'
SemanticVersion: 2022.20.1
SemanticVersion: 2022.22.1
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
Parameters:
LambdaFunctionName:
Expand Down Expand Up @@ -71,7 +71,7 @@ Resources:
concurrencyLimit: !Ref ConcurrencyLimit
FunctionName: !Ref LambdaFunctionName
Handler: "com.amazonaws.athena.connectors.google.bigquery.BigQueryCompositeHandler"
CodeUri: "./target/athena-google-bigquery-2022.20.1.jar"
CodeUri: "./target/athena-google-bigquery-2022.22.1.jar"
Description: "Enables Amazon Athena to communicate with BigQuery using Google SDK"
Runtime: java11
Timeout: !Ref LambdaTimeout
Expand Down
4 changes: 2 additions & 2 deletions athena-hbase/athena-hbase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Metadata:
Labels:
- athena-federation
HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation'
SemanticVersion: 2022.20.1
SemanticVersion: 2022.22.1
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
Parameters:
AthenaCatalogName:
Expand Down Expand Up @@ -60,7 +60,7 @@ Resources:
default_hbase: !Ref HBaseConnectionString
FunctionName: !Ref AthenaCatalogName
Handler: "com.amazonaws.athena.connectors.hbase.HbaseCompositeHandler"
CodeUri: "./target/athena-hbase-2022.20.1.jar"
CodeUri: "./target/athena-hbase-2022.22.1.jar"
Description: "Enables Amazon Athena to communicate with HBase, making your HBase data accessible via SQL"
Runtime: java11
Timeout: !Ref LambdaTimeout
Expand Down
4 changes: 2 additions & 2 deletions athena-hortonworks-hive/athena-hortonworks-hive.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Metadata:
Labels:
- athena-federation
HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation'
SemanticVersion: 2022.20.1
SemanticVersion: 2022.22.1
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
Parameters:
LambdaFunctionName:
Expand Down Expand Up @@ -60,7 +60,7 @@ Resources:
default: !Ref DefaultConnectionString
FunctionName: !Ref LambdaFunctionName
Handler: "com.amazonaws.athena.connectors.hortonworks.HiveMuxCompositeHandler"
CodeUri: "./target/athena-hortonworks-hive-2022.20.1.jar"
CodeUri: "./target/athena-hortonworks-hive-2022.22.1.jar"
Description: "Enables Amazon Athena to communicate with Hortonworks Hive using JDBC"
Runtime: java11
Timeout: !Ref LambdaTimeout
Expand Down
4 changes: 2 additions & 2 deletions athena-mysql/athena-mysql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Metadata:
Labels:
- athena-federation
HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation'
SemanticVersion: 2022.20.1
SemanticVersion: 2022.22.1
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
Parameters:
LambdaFunctionName:
Expand Down Expand Up @@ -60,7 +60,7 @@ Resources:
default: !Ref DefaultConnectionString
FunctionName: !Ref LambdaFunctionName
Handler: "com.amazonaws.athena.connectors.mysql.MySqlMuxCompositeHandler"
CodeUri: "./target/athena-mysql-2022.20.1.jar"
CodeUri: "./target/athena-mysql-2022.22.1.jar"
Description: "Enables Amazon Athena to communicate with MySQL using JDBC"
Runtime: java11
Timeout: !Ref LambdaTimeout
Expand Down
4 changes: 2 additions & 2 deletions athena-neptune/athena-neptune.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.20.1
SemanticVersion: 2022.22.1
SourceCodeUrl: https://github.com/awslabs/aws-athena-query-federation

Parameters:
Expand Down Expand Up @@ -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.20.1.jar"
CodeUri: "./target/athena-neptune-2022.22.1.jar"
Description: "Enables Amazon Athena to communicate with Neptune, making your Neptune graph data accessible via SQL."
Runtime: java11
Timeout: !Ref LambdaTimeout
Expand Down
4 changes: 2 additions & 2 deletions athena-oracle/athena-oracle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Metadata:
Labels:
- athena-federation
HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation'
SemanticVersion: 2022.20.1
SemanticVersion: 2022.22.1
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
Parameters:
LambdaFunctionName:
Expand Down Expand Up @@ -60,7 +60,7 @@ Resources:
default: !Ref DefaultConnectionString
FunctionName: !Ref LambdaFunctionName
Handler: "com.amazonaws.athena.connectors.oracle.OracleMuxCompositeHandler"
CodeUri: "./target/athena-oracle-2022.20.1.jar"
CodeUri: "./target/athena-oracle-2022.22.1.jar"
Description: "Enables Amazon Athena to communicate with ORACLE using JDBC"
Runtime: java11
Timeout: !Ref LambdaTimeout
Expand Down
4 changes: 2 additions & 2 deletions athena-postgresql/athena-postgresql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Metadata:
Labels:
- athena-federation
HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation'
SemanticVersion: 2022.20.1
SemanticVersion: 2022.22.1
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
Parameters:
LambdaFunctionName:
Expand Down Expand Up @@ -60,7 +60,7 @@ Resources:
default: !Ref DefaultConnectionString
FunctionName: !Ref LambdaFunctionName
Handler: "com.amazonaws.athena.connectors.postgresql.PostGreSqlMuxCompositeHandler"
CodeUri: "./target/athena-postgresql-2022.20.1.jar"
CodeUri: "./target/athena-postgresql-2022.22.1.jar"
Description: "Enables Amazon Athena to communicate with PostgreSQL using JDBC"
Runtime: java11
Timeout: !Ref LambdaTimeout
Expand Down
4 changes: 2 additions & 2 deletions athena-redis/athena-redis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Metadata:
Labels:
- athena-federation
HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation'
SemanticVersion: 2022.20.1
SemanticVersion: 2022.22.1
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
Parameters:
AthenaCatalogName:
Expand Down Expand Up @@ -56,7 +56,7 @@ Resources:
spill_prefix: !Ref SpillPrefix
FunctionName: !Ref AthenaCatalogName
Handler: "com.amazonaws.athena.connectors.redis.RedisCompositeHandler"
CodeUri: "./target/athena-redis-2022.20.1.jar"
CodeUri: "./target/athena-redis-2022.22.1.jar"
Description: "Enables Amazon Athena to communicate with Redis, making your Redis data accessible via SQL"
Runtime: java11
Timeout: !Ref LambdaTimeout
Expand Down
4 changes: 2 additions & 2 deletions athena-redshift/athena-redshift.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Metadata:
Labels:
- athena-federation
HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation'
SemanticVersion: 2022.20.1
SemanticVersion: 2022.22.1
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
Parameters:
LambdaFunctionName:
Expand Down Expand Up @@ -60,7 +60,7 @@ Resources:
default: !Ref DefaultConnectionString
FunctionName: !Ref LambdaFunctionName
Handler: "com.amazonaws.athena.connectors.redshift.RedshiftMuxCompositeHandler"
CodeUri: "./target/athena-redshift-2022.20.1.jar"
CodeUri: "./target/athena-redshift-2022.22.1.jar"
Description: "Enables Amazon Athena to communicate with Redshift using JDBC"
Runtime: java11
Timeout: !Ref LambdaTimeout
Expand Down
2 changes: 1 addition & 1 deletion athena-saphana/athena-saphana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Metadata:
Labels:
- athena-federation
HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation'
SemanticVersion: 2022.20.1
SemanticVersion: 2022.22.1
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
Parameters:
LambdaFunctionName:
Expand Down
4 changes: 2 additions & 2 deletions athena-snowflake/athena-snowflake.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Metadata:
Labels:
- athena-federation
HomePageUrl: 'https://github.com/awslabs/aws-athena-query-federation'
SemanticVersion: 2022.20.1
SemanticVersion: 2022.22.1
SourceCodeUrl: 'https://github.com/awslabs/aws-athena-query-federation'
Parameters:
LambdaFunctionName:
Expand Down Expand Up @@ -70,7 +70,7 @@ Resources:
partitionlimit: !Ref PartitionLimit
FunctionName: !Ref LambdaFunctionName
Handler: "com.amazonaws.athena.connectors.snowflake.SnowflakeMuxCompositeHandler"
CodeUri: "./target/athena-snowflake-2022.20.1.jar"
CodeUri: "./target/athena-snowflake-2022.22.1.jar"
Description: "Enables Amazon Athena to communicate with Snowflake using JDBC"
Runtime: java11
Timeout: !Ref LambdaTimeout
Expand Down
Loading

0 comments on commit 51fa141

Please sign in to comment.