- 02 Jun 2023
- 1 Minute to read
- Print
- DarkLight
Lambda
- Updated on 02 Jun 2023
- 1 Minute to read
- Print
- DarkLight
Overview
AWS Lambda is a serverless computing service provided by Amazon Web Services (AWS). Users create Lambda Functions, self-contained applications are written in one of the supported languages and runtimes, and upload them to AWS Lambda, which executes those Functions in an efficient and flexible manner.
The Lambda Functions can perform any kind of computing task, from serving web pages and processing streams of data to calling APIs and integrating with other AWS services. For more information, refer to AWS Lambda.
Lambda Steps
Amazon Web Services (AWS) Module provides pre-built Flow Steps that allow users to invoke a Function that processes an Event. These steps can be found in the Flow Designer at Toolbox > Integrations > Amazon AWS > LAMBDA.
lambda
Currently, there are 2 steps under Lambda:
Step Name | Description |
---|---|
Run Lambda Function with Data | Allows you to execute a Lambda Function while providing it with specific payload data in JSON format. This enables you to pass information or parameters which can be used by the Lambda Function during its execution. |
Run Lambda Function | Allows triggering the execution of a specific Lambda Function. |