Class LambdaDestinationResolver

java.lang.Object
org.springframework.cloud.function.adapter.aws.LambdaDestinationResolver
All Implemented Interfaces:
org.springframework.cloud.function.web.source.DestinationResolver

public class LambdaDestinationResolver extends Object implements org.springframework.cloud.function.web.source.DestinationResolver
Implementation of DestinationResolverfor AWS Lambda which resolves destination from `lambda-runtime-aws-request-id` message header.
Author:
Dave Syer, Oleg Zhurakousky
  • Constructor Details

    • LambdaDestinationResolver

      public LambdaDestinationResolver()
  • Method Details

    • destination

      public String destination(Supplier<?> supplier, String name, Object value)
      Specified by:
      destination in interface org.springframework.cloud.function.web.source.DestinationResolver