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.

Refer to the "Receive Lambda Invocation Trigger" section in the TIBCO Flogo® Enterprise Activities, Triggers, and Connections Guide for details on the trigger.

To create a flow with the Receive Lambda Invocation trigger:

    Procedure
  1. Create an app in Flogo.
  2. Click the app name on the Apps page to open it.
  3. Click Create a Flow.

    The Create a Flow dialog box opens.

  4. Enter a name for the flow in the Flow Name text box.

    Flow names within an app must be unique.

  5. Optionally, enter a brief description of what the flow does in the Description text box and click Save.

    A flow gets created. Click the flow name to open the flow page.

  6. From the Triggers palette, select Receive Lambda Invocation and drag it to the triggers area.
  7. To configure a trigger, enter the JSON schema or JSON sample data for the operation. This is the schema for the request payload.
  8. Click Continue.

    A flow beginning with the ReceiveLambdaInvocation trigger gets created.

  9. Click the ReceiveLambdaInvocation trigger tile and configure its properties. See the "ReceiveLambdaInvocation" section in the TIBCO Flogo® Enterprise Activities, Triggers, and Connections Guide for details.