io.quarkus.amazon.lambda.runtime.LambdaConfig.jdp Maven / Gradle / Ivy
io.quarkus.amazon.lambda.runtime.LambdaConfig.handler=The handler name. Handler names are specified on handler classes using the {@link @jakarta.inject.Named} annotation.\n\nIf this name is unspecified and there is exactly one unnamed implementation of\n{@link com.amazonaws.services.lambda.runtime.RequestHandler}\nthen this unnamed handler will be used. If there is only a single named handler and the name is unspecified\nthen the named handler will be used.