1. Home
  2. Integrations
  3. Cloud Providers

Cloud Providers

Available connectors

AWS Lambda

The AWS Lambda component supports AWS Lambda functions: create, get, list, delete, and invoke.

URI Syntax: aws2-lambda:function

Main fields

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.invokeFunctionLambda2Operations

Example

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:

  • AWS validates credentials using accessKey and secretKey.
  • Then, executes the invokeFunction operation (default).
  • The request body is sent as payload to the Lambda function.

Logs the result after execution.

cURL

Result

How happy are you with this page?

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