Class RedshiftMuxCompositeHandler
- java.lang.Object
-
- com.amazonaws.athena.connector.lambda.handlers.CompositeHandler
-
- com.amazonaws.athena.connectors.jdbc.MultiplexingJdbcCompositeHandler
-
- com.amazonaws.athena.connectors.redshift.RedshiftMuxCompositeHandler
-
- All Implemented Interfaces:
com.amazonaws.services.lambda.runtime.RequestStreamHandler
public class RedshiftMuxCompositeHandler extends MultiplexingJdbcCompositeHandler
Boilerplate composite handler that allows us to use a single Lambda function for both Metadata and Data. In this case we just composeRedshiftMuxMetadataHandler
andRedshiftMuxRecordHandler
.
-
-
Constructor Summary
Constructors Constructor Description RedshiftMuxCompositeHandler()
-
Method Summary
-
Methods inherited from class com.amazonaws.athena.connector.lambda.handlers.CompositeHandler
handleRequest, handleRequest
-
-
-
-
Constructor Detail
-
RedshiftMuxCompositeHandler
public RedshiftMuxCompositeHandler() throws ReflectiveOperationException
- Throws:
ReflectiveOperationException
-
-