Class CorrelationIdPaths

java.lang.Object
software.amazon.lambda.powertools.logging.CorrelationIdPaths

public class CorrelationIdPaths extends Object
Supported Event types from which Correlation ID can be extracted
  • Field Details

    • API_GATEWAY_REST

      public static final String API_GATEWAY_REST
      To use when function is expecting API Gateway Rest API Request event
      See Also:
    • API_GATEWAY_HTTP

      public static final String API_GATEWAY_HTTP
      To use when function is expecting API Gateway HTTP API Request event
      See Also:
    • APPLICATION_LOAD_BALANCER

      public static final String APPLICATION_LOAD_BALANCER
      To use when function is expecting Application Load balancer Request event
      See Also:
    • EVENT_BRIDGE

      public static final String EVENT_BRIDGE
      To use when function is expecting Event Bridge Request event
      See Also:
    • APPSYNC_RESOLVER

      public static final String APPSYNC_RESOLVER
      To use when function is expecting an AppSync request
      See Also:
  • Constructor Details

    • CorrelationIdPaths

      public CorrelationIdPaths()