AWS Lambda Connector ¶
Introduction ¶
AWS Lambda connector can be used to invoke a Lambda function from Ping Connector. This connector allows you to:
- Invoking a Lambda function from Ping Connector
Setup ¶
Resources ¶
For information and setup help, see the following sections of the AWS Lambda connector API documentation:
Requirements ¶
To use the connector, you'll need:
- Access Key
- Secret Key
- AWS Region
Setting up the connector ¶
In Davinci, add a AWS Lambda Flow connection via the "Connections" tab in your Davinci Environment. For help, see Adding a connection.
Connector Settings ¶
Once you've added the AWS Lambda Flow connection click on it's logo, or click the "···" button and edit. You will see the connector's details pop-up. On the GENERAL tab, enter the Lambda function name
- Lambda function name
and click apply. This ensures that whenever you use this connector you will not have to reenter this information is used for generated Token passed as input to Authorise below connector in flow.
Using the connector in a flow ¶
Invoking a Lambda function ¶
To invoke a Lambda function add a AWS Lambda Connector in the flow studio. Then choose the AWS Lambda capability. Provide the parameters from previous nodes in the flow (HTML form) to invoke a Lambda function.
Capabilities ¶
AWS Lambda Invocation (AWSLambdaInvocation) ¶
Capability to Invoke AWS Lambda
Lambda Function Name textField
¶
AWS Lambda Function Name to Invoke
Limitations ¶
Use of connector is limited to function name of AWS Lambda API and account access.