Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Latest commit

History

19 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

tests

A unit and load testing harness Lambda function.

Tests passed to the Lambda harness should be in the following JSON format

{
"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
]
}

About

A unit and load testing harness Lambda function

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages