Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 446 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 446 Bytes

Chrome Headful

Chrome headful in a lambda function runtime

Usage

Development

Try it local by running (in):

$ curl -XPOST "http://localhost:9000/2015-03-31/functions/function/invocations" -d '{}'

or just (out)

$ npm run build
$ npm run start

Production

Just ship to ECR registry in order to invoke with your lambda function :)

License

This project is distributed under the MIT license