Interface Lambda2EndpointBuilderFactory.Lambda2Builders

    • Method Detail

      • aws2Lambda

        default Lambda2EndpointBuilderFactory.Lambda2HeaderNameBuilder aws2Lambda()
        AWS Lambda (camel-aws2-lambda) Manage and invoke AWS Lambda functions using AWS SDK version 2.x. Category: cloud,computing,serverless Since: 3.2 Maven coordinates: org.apache.camel:camel-aws2-lambda
        Returns:
        the dsl builder for the headers' name.
      • aws2Lambda

        default Lambda2EndpointBuilderFactory.Lambda2EndpointBuilder aws2Lambda​(String path)
        AWS Lambda (camel-aws2-lambda) Manage and invoke AWS Lambda functions using AWS SDK version 2.x. Category: cloud,computing,serverless Since: 3.2 Maven coordinates: org.apache.camel:camel-aws2-lambda Syntax: aws2-lambda:function Path parameter: function (required) Name of the Lambda function.
        Parameters:
        path - function
        Returns:
        the dsl builder
      • aws2Lambda

        default Lambda2EndpointBuilderFactory.Lambda2EndpointBuilder aws2Lambda​(String componentName,
                                                                                String path)
        AWS Lambda (camel-aws2-lambda) Manage and invoke AWS Lambda functions using AWS SDK version 2.x. Category: cloud,computing,serverless Since: 3.2 Maven coordinates: org.apache.camel:camel-aws2-lambda Syntax: aws2-lambda:function Path parameter: function (required) Name of the Lambda function.
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - function
        Returns:
        the dsl builder