nisaacson / aws-lambda-xvfb

builds Xvfb binary to run on AWS lambda
69 stars 12 forks source link

How to ensure Xvfb is actually running? #6

Open paulchill opened 5 years ago

paulchill commented 5 years ago

Hi,

I followed you're tutorial and all makes sense, however, is there a way to ensure Xvfb is running and also can exertion be loaded into this if election is built from chrome?

jnicho02 commented 4 years ago

In the example, https://github.com/nisaacson/aws-lambda-xvfb/blob/master/example/bin/run.sh#L51 waits for the display to be available. Perhaps that was what you were after.