Categorygithub.com/project-flogo/aws-contrib/activity/lambda
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:

NameTypeDescription
functionstringThe name or ARN of the Lambda function - REQUIRED
clientContextobjectInformation about the client to pass to the function via the context
asyncboolPerform async invocation
executionLogboolInclude the execution log in the response
regionstringThe AWS region, uses environment setting by default

Input:

NameTypeDescription
payloadobjectThe payload object

Output:

NameTypeDescription
statusintThe HTTP status code
resultobjectThe response from the function

Examples

Coming soon...

# Functions

No description provided by the author

# Structs

Activity is an activity that is used to invoke a lambda function.
No description provided by the author
No description provided by the author
No description provided by the author