Class DataLakeGen2CompositeHandler
- java.lang.Object
-
- com.amazonaws.athena.connector.lambda.handlers.CompositeHandler
-
- com.amazonaws.athena.connectors.datalakegen2.DataLakeGen2CompositeHandler
-
- All Implemented Interfaces:
com.amazonaws.services.lambda.runtime.RequestStreamHandler
public class DataLakeGen2CompositeHandler extends CompositeHandler
Boilerplate composite handler that allows us to use a single Lambda function for both Metadata and Data. In this case we just composeDataLakeGen2MetadataHandler
andDataLakeGen2RecordHandler
. Recommend usingDataLakeGen2MuxCompositeHandler
instead.
-
-
Constructor Summary
Constructors Constructor Description DataLakeGen2CompositeHandler()
-
Method Summary
-
Methods inherited from class com.amazonaws.athena.connector.lambda.handlers.CompositeHandler
handleRequest, handleRequest
-
-