Marco Lüthy

Results 41 issues of 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...

enhancement
help wanted

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)

enhancement

Mmmmm [beheaded fire foxes](https://developer.mozilla.org/en-US/Firefox/Headless_mode).

enhancement

An example service demonstrating how to use [Puppeteer](https://github.com/GoogleChrome/puppeteer)

help wanted

Convert the serverless plugin and standalone package to typescript. Tests, too? However, not the examples.

enhancement
help wanted

Example service using [AWS SAM Local](https://github.com/awslabs/aws-sam-local)

help wanted

`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...

enhancement
help wanted
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.

enhancement
Proxy

`~/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 =...

enhancement