Interface LambdaHttpBuildTimeConfig
@ConfigRoot
@ConfigMapping(prefix="quarkus.lambda-http")
public interface LambdaHttpBuildTimeConfig
-
Method Summary
Modifier and TypeMethodDescriptionbooleanEnable security mechanisms to process lambda and AWS based security (i.e.
-
Method Details
-
enableSecurity
@WithDefault("false") boolean enableSecurity()Enable security mechanisms to process lambda and AWS based security (i.e. Cognito, IAM) from the http event sent from API Gateway
-