Package io.quarkus.amazon.lambda.http
Class AwsHttpContextProducers
java.lang.Object
io.quarkus.amazon.lambda.http.AwsHttpContextProducers
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) jakarta.enterprise.inject.Instance<CurrentVertxRequest>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.amazonaws.services.lambda.runtime.Context
com.amazonaws.services.lambda.runtime.events.APIGatewayV2HTTPEvent
com.amazonaws.services.lambda.runtime.events.APIGatewayV2HTTPEvent.RequestContext
-
Field Details
-
current
-
-
Constructor Details
-
AwsHttpContextProducers
public AwsHttpContextProducers()
-
-
Method Details
-
getAwsContext
@RequestScoped @Produces public com.amazonaws.services.lambda.runtime.Context getAwsContext() -
getHttpEvent
@RequestScoped @Produces public com.amazonaws.services.lambda.runtime.events.APIGatewayV2HTTPEvent getHttpEvent() -
getHttpRequestContext
@RequestScoped @Produces public com.amazonaws.services.lambda.runtime.events.APIGatewayV2HTTPEvent.RequestContext getHttpRequestContext()
-