# 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
}
}