A unit and load testing harness Lambda function.
{
"functionName": <FUNCTION_NAME>,
"qualifier": $LATEST # version number or alias, default is latest
"tests": [
{
"testName": <NAME_OR_DESCRIPTION>,
"timeout": 10, # In seconds, defaults to 10
"runs": 1, # Number of times to run the test, default is once
"payload": {}, # Put payload here
"expected": {} # Put expected output here
}
# More tests
]
}