Class AwsCmdbCompositeHandler
- java.lang.Object
-
- com.amazonaws.athena.connector.lambda.handlers.CompositeHandler
-
- com.amazonaws.athena.connectors.aws.cmdb.AwsCmdbCompositeHandler
-
- All Implemented Interfaces:
com.amazonaws.services.lambda.runtime.RequestStreamHandler
public class AwsCmdbCompositeHandler 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 AwsCmdbMetadataHandler and AwsCmdbRecordHandler.
-
-
Constructor Summary
Constructors Constructor Description AwsCmdbCompositeHandler()
-
Method Summary
-
Methods inherited from class com.amazonaws.athena.connector.lambda.handlers.CompositeHandler
handleRequest, handleRequest
-
-