Creating a Flow with Receive Lambda Invocation Trigger
The Receive Lambda Invocation trigger allows you to create a Flogo flow to create and deploy as a Lambda function on AWS.
To create a flow with the Receive Lambda Invocation trigger:
- Procedure
- Create a new Flogo app
Open the flow page.
- From the Triggers palette, select Receive Lambda Invocation and drag it to the triggers area.
- To configure a trigger, enter the JSON schema or JSON sample data for the operation. This is the schema for the request payload.
- Click
Continue.
A flow beginning with the ReceiveLambdaInvocation trigger gets created.
- Click the ReceiveLambdaInvocation trigger tile and configure its properties.