Marco Lüthy
Marco Lüthy
Currently, the Serverless plugin bundles the headless chrome binary in the artifacts that's uploaded during Lambda function deployment. This is great for function invocation because we don't have to waste...
From downstream issue in https://github.com/graphcool/chromeless/issues/43 Should include the relevant fonts for all scripts, not just kanji. Resources: - Use fontconfig? https://groups.google.com/a/chromium.org/forum/#!searchin/headless-dev/font/headless-dev/Pmnxb1lyDBg/DyNZYxMeBgAJ - more hints in here? [Browserless dockerfile](https://github.com/joelgriffith/browserless/blob/master/Dockerfile)
Mmmmm [beheaded fire foxes](https://developer.mozilla.org/en-US/Firefox/Headless_mode).
An example service demonstrating how to use [Puppeteer](https://github.com/GoogleChrome/puppeteer)
Convert the serverless plugin and standalone package to typescript. Tests, too? However, not the examples.
Example service using [AWS SAM Local](https://github.com/awslabs/aws-sam-local)
`setFileInput()` was implemented in #170. However, the `setFileInput()` does not currently work over the Proxy as expected because files are not transmitted from the local Chromeless instance to the Proxy...
Some long overdue updates to the Proxy service.. ... work in progress.
Current implementation is lame and not very DRY. New implementation should have foresight for future GCF/AZF support.
`~/serverless.yml`: ```yaml # Enable X-Ray tracing on Lambda functions SharpLambdaFunction: Properties: TracingConfig: Mode: Active ``` - attach `AWSXrayWriteOnlyAccess` IAM policy. - instrument AWS SDK calls ([more](https://docs.aws.amazon.com/lambda/latest/dg/lambda-x-ray.html)) ```js var AWSXRay =...