Tanner Bindrup
04/25/2022, 9:12 PMchrome-aws-lambda
from Serverless Framework over to SST and keep running into this error when deployed:
WARN Error: Failed to launch the browser process!
/tmp/chromium: /tmp/chromium: cannot execute binary file
Anyone seen this before and worked through it? I feel like I've scoured the internet with no trace of anything helpful... Of note, it was working just fine with chrome-aws-lambda
in a layer on Serverless Framework, so I know it's possible. And the layer is loaded into my lambda according to the AWS console. I don't even know where else to look at this pointTanner Bindrup
04/25/2022, 10:13 PMarm_64
and the chrome-aws-lambda
layer referenced in the guide is built for x86_64
🤦🏼♂️Frank