Chrome headful in a lambda function runtime
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
Just ship to ECR registry in order to invoke with your lambda function :)
This project is distributed under the MIT license