wdio-lambda-runner
Version:
A WebdriverIO plugin that allows you to run tests on AWS
21 lines (17 loc) • 458 B
YAML
service: wdio-lambda-runner
custom: ${file(./runner-config.json)}
provider:
name: aws
runtime: nodejs6.10
environment: ${self:custom.environment}
timeout: 300
functions:
run:
handler: handler.run
events: # All events associated with this function
- http:
path: run
method: post
package:
include: ${self:custom.package.include}
exclude: ${self:custom.package.exclude}