Skip to content

rhino88/serverless-aws-nodejs-lighthouse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Serverless Lighthouse for AWS Lambda

Allows you to run Lighthouse from AWS Lambda using Serverless Headless Chrome.

Prerequisites

  • You are using node 8.10.0 (AWS Lambda does not support anything more recent at time of writing)
  • You have yarn installed
  • serverless version 1.35.1 installed.
  • AWS credentials configured.

Getting Started

git clone https://github.com/rhino88/serverless-aws-nodejs-lighthouse.git
cd serverless-aws-nodejs-lighthouse
yarn
# deploys the function to AWS
serverless deploy

Usage

serverless invoke -f lighthouse -l --data '{"target":"https://www.google.com/"}'

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published