# 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
}