Execute Lambda SDK
To execute a lambda, as of now, user need not authenticate. It can directly call for lambda execution provided it has the unique UUID.
executeLambda Parameters
Parameter | Description | Example Values |
---|---|---|
| id = lambda_uuid obtained during creation, params = list of any arbritrary inputs you want to pass during function execution. It can anything, a list of string, numbers, json objects or even mixed array. | |
executeLambda Response
A successful response will return a signature or Condition not met.
Last updated