Package io.quarkus.funqy.lambda.event
Class EventProcessor
java.lang.Object
io.quarkus.funqy.lambda.event.EventProcessor
-
Constructor Summary
ConstructorsConstructorDescriptionEventProcessor(com.fasterxml.jackson.databind.ObjectReader objectReader, FunqyAmazonBuildTimeConfig buildTimeConfig, FunqyAmazonConfig config) -
Method Summary
Modifier and TypeMethodDescriptionhandle(Object event, Function<Object, FunqyServerResponse> dispatcher, com.amazonaws.services.lambda.runtime.Context context)
-
Constructor Details
-
EventProcessor
public EventProcessor(com.fasterxml.jackson.databind.ObjectReader objectReader, FunqyAmazonBuildTimeConfig buildTimeConfig, FunqyAmazonConfig config)
-
-
Method Details
-
handle
public FunqyServerResponse handle(Object event, Function<Object, FunqyServerResponse> dispatcher, com.amazonaws.services.lambda.runtime.Context context) throws IOException- Throws:
IOException
-