modulepackage
0.1.0
Repository: https://github.com/project-flogo/aws-contrib.git
Documentation: pkg.go.dev
# README
AWS Lambda Invoke
This activity allows you to invoke an AWS Lambda function.
Installation
Flogo CLI
flogo install github.com/project-flogo/aws-contrib/activity/lambda
Configuration
To configure AWS credentials see configuring-sdk
Settings:
Name | Type | Description |
---|---|---|
function | string | The name or ARN of the Lambda function - REQUIRED |
clientContext | object | Information about the client to pass to the function via the context |
async | bool | Perform async invocation |
executionLog | bool | Include the execution log in the response |
region | string | The AWS region, uses environment setting by default |
Input:
Name | Type | Description |
---|---|---|
payload | object | The payload object |
Output:
Name | Type | Description |
---|---|---|
status | int | The HTTP status code |
result | object | The response from the function |
Examples
Coming soon...
# Functions
No description provided by the author