Class NeptuneCompositeHandler

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

    public class NeptuneCompositeHandler
    extends CompositeHandler
    Boilerplate composite handler that allows us to use a single Lambda function for both Metadata and Data. In this case we just compose NeptuneMetadataHandler and NeptuneRecordHandler.
    • Constructor Detail

      • NeptuneCompositeHandler

        public NeptuneCompositeHandler()