Class MultiplexingJdbcCompositeHandler

  • All Implemented Interfaces:
    com.amazonaws.services.lambda.runtime.RequestStreamHandler

    public class MultiplexingJdbcCompositeHandler
    extends com.amazonaws.athena.connector.lambda.handlers.CompositeHandler
    Boilerplate composite handler that allows us to use a single Lambda function for both Metadata and Data. Automatically chooses to use either the Mux*Handlers or normal *Handlers depending on if catalog connection strings are being used.