# runFunction

State Resource

This is a State Resource as provided by the tymly-core-plugin plugin.

# Purpose

Run function from a blueprint

# Usage

# Example

{
  "RunFunction": {
    "Type": "Task",
    "Resource": "module:runFunction",
    "ResourceConfig": {
      "functionName": "callbackFunction"
    },
    "End": true
  }
}
Last Updated: 9/10/2023, 11:30:14 AM