package
0.5.1
Repository: https://github.com/ganitagya/flogo-contrib.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

tibco-lambda

This trigger provides your flogo application the ability to start a flow as an AWS Lambda function

Installation

flogo install trigger github.com/TIBCOSoftware/flogo-contrib/trigger/lambda

Schema

Settings, Outputs:

{
  "settings": [
  ],
  "outputs": [
    {
      "name": "context",
      "type": "object"
    },
    {
      "name": "evt",
      "type": "string"
    }
  ]
}

A sample of the context object:

{
  "awsRequestId":"",
  "functionName":"",
  "functionVersion":"",
  "logGroupName":"",
  "logStreamName":"",
  "memoryLimitInMB":0
}