The AWS Lambda component supports AWS Lambda functions: create, get, list, delete, and invoke.
URI Syntax: aws2-lambda:function
Path parameters
Name | Description | Default | Type |
|---|---|---|---|
function (producer) | (required) Lambda function name. | — | String |
Query parameters
Name | Description | Default | Type |
|---|---|---|---|
accessKey (security) | AWS access key for authentication. | — | String |
secretKey (security) | AWS secret key for authentication. | — | String |
operation (producer) | The Lambda operation to execute. Possible values: listFunctions, getFunction, createFunction, deleteFunction, invokeFunction, etc. | invokeFunction | Lambda2Operations |
The flow starts with a POST request to the /hello endpoint.
Then, it logs before execution.
Invokes a Lambda function called sensedia-integration-camel-poc-lambda:
accessKey and secretKey.invokeFunction operation (default).Logs the result after execution.

We use cookies to enhance your experience on our site. By continuing to browse, you agree to our use of cookies.Learn more