Interface LambdaEndpointBuilderFactory.LambdaBuilders

    • Method Detail

      • awsLambda

        default LambdaEndpointBuilderFactory.LambdaEndpointBuilder awsLambda​(String path)
        AWS Lambda (camel-aws-lambda) Manage and invoke AWS Lambda functions. Category: cloud,computing,serverless Since: 2.20 Maven coordinates: org.apache.camel:camel-aws-lambda Syntax: aws-lambda:function Path parameter: function (required) Name of the Lambda function.
        Parameters:
        path - function
      • awsLambda

        default LambdaEndpointBuilderFactory.LambdaEndpointBuilder awsLambda​(String componentName,
                                                                             String path)
        AWS Lambda (camel-aws-lambda) Manage and invoke AWS Lambda functions. Category: cloud,computing,serverless Since: 2.20 Maven coordinates: org.apache.camel:camel-aws-lambda Syntax: aws-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