{
  "name": "FindByCompositeKey",
  "version": "1.0",
  "StartAt": "FindingById",
  "States": {
    "FindingById": {
      "Type": "Task",
      "InputPath": "$.key",
      "Resource": "module:findingById",
      "ResourceConfig": {
        "modelId": "lovely"
      },
      "ResultPath": "$.found",
      "End": true
    }
  }
}

