Package io.quarkus.amazon.lambda.runtime
Interface LambdaConfig
@ConfigRoot(phase=RUN_TIME)
@ConfigMapping(prefix="quarkus.lambda")
public interface LambdaConfig
-
Method Summary
Modifier and TypeMethodDescriptionhandler()The handler name.Configuration for the mock event server that is run in dev mode and test mode
-
Method Details
-
handler
The handler name. Handler names are specified on handler classes using the} annotation.invalid @link
{@link @jakarta.inject.NamedIf this name is unspecified and there is exactly one unnamed implementation of
RequestHandlerthen this unnamed handler will be used. If there is only a single named handler and the name is unspecified then the named handler will be used. -
mockEventServer
MockEventServerConfig mockEventServer()Configuration for the mock event server that is run in dev mode and test mode
-