AWS Lambda Component
List and invoke AWS Lambda functions
Component key: aws-lambdaDescription
AWS Lambda is an event-driven, serverless computing platform provided by Amazon as a part of Amazon Web Services. The AWS Lambda component allows you to manage and interact with AWS Lambda functions.
Connections
AWS Lambda Access Key and Secret
An AWS IAM access key pair is required to interact with AWS Lambda. Make sure that the key pair you generate in AWS has proper permissions to the Lambda functions you want to access. Read more about AWS Lambda permissions in the AWS docs.
Actions
Invoke
Invoke an AWS Lambda function | key: invoke
List Function
List Information and metadata about all AWS Lambda functions | key: listFunctions