Class CorrelationIdPaths
java.lang.Object
software.amazon.lambda.powertools.logging.CorrelationIdPaths
Supported Event types from which Correlation ID can be extracted
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringTo use when function is expecting API Gateway HTTP API Request eventstatic final StringTo use when function is expecting API Gateway Rest API Request eventstatic final StringTo use when function is expecting Application Load balancer Request eventstatic final StringTo use when function is expecting an AppSync requeststatic final StringTo use when function is expecting Event Bridge Request event -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
API_GATEWAY_REST
To use when function is expecting API Gateway Rest API Request event- See Also:
-
API_GATEWAY_HTTP
To use when function is expecting API Gateway HTTP API Request event- See Also:
-
APPLICATION_LOAD_BALANCER
To use when function is expecting Application Load balancer Request event- See Also:
-
EVENT_BRIDGE
To use when function is expecting Event Bridge Request event- See Also:
-
APPSYNC_RESOLVER
To use when function is expecting an AppSync request- See Also:
-
-
Constructor Details
-
CorrelationIdPaths
public CorrelationIdPaths()
-