Package io.quarkus.amazon.lambda.runtime
Class LambdaConfig
java.lang.Object
io.quarkus.amazon.lambda.runtime.LambdaConfig
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
handler
The handler name. Handler names are specified on handler classes using the {@link @jakarta.inject.Named} annotation. If this name is unspecified and there is exactly one unnamed implementation ofRequestHandler
then 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.
-
-
Constructor Details
-
LambdaConfig
public LambdaConfig()
-