Lambda task¶
Lambda task it is a custom task. Lambda task logic must be defined by it creator.
There is some rules to create lambda task:
- Content field lambda_id is required. It must contain the lambda ID to determine which lambda task the request will be sent to. 
- The content of lambda task determines by lambda creator. 
- If luna-image-store is disabled no subtask/task results will be stored. 
- For more information about lambda tasks see the Luna-Lambda service developer documentation. 
application/json¶
{
    "description": "",
    "content": {
        "lambda_id": "unique lambda id",
        "custom_field_one": ...,
        "custom_field_two": [...]
    }
}