New features
AWS Lambda support
- Test scripts using custom JS code (in
config.processor
), CSV files, and external config files (used with the--config
flag) can now run on Lambda - Cost estimations for each test are now reported at the end of each test run
nodejs16.x
runtime will be used by the Lambdas
Fixes and improvements
- Always resolve path to
processor
relative to the config file when a separate config file is used via the--config
flag - Better handling of errors in worker Lambdas