Class LambdaDestinationResolver

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

public class LambdaDestinationResolver extends Object implements DestinationResolver
Implementation of DestinationResolverfor AWS Lambda which resolves destination from `lambda-runtime-aws-request-id` message header.
Author:
Dave Syer, Oleg Zhurakousky