AWS Lambda is a serverless, event-driven compute service that lets you run code for virtually any type of application or backend service without provisioning or managing servers. You can trigger Lambda from over 200 AWS services and software as a service (SaaS) applications, and only pay for what you use.

Changelog

3 versions
v2.0.0 Latest
  • Breaking change (Will require re-authentication): Updated AWS SDK to v3.
v1.0.1
  • Added validation for required fields in components.
v1.0.0
  • Initial version

Authentication

TypeDetails
API Key
Access Key Id (text)
Your AWS access key ID
Secret Key (text)
Your AWS secret access key

Actions

1
Invoke icon

Invoke

Invokes a Lambda function. You can invoke a function synchronously (and wait for the response), or asynchronously. To invoke a function asynchronously, set InvocationType to Event.