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 for details on the trigger.

To create a flow with the Receive Lambda Invocation trigger:

    Procedure
  1. Create a new Flogo app
  2. Open the flow page.

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

    A flow beginning with the ReceiveLambdaInvocation trigger gets created.

  6. Click the ReceiveLambdaInvocation trigger tile and configure its properties.

Refer to the Receive Lambda Invocation for details on the trigger.