kylehigginson / aws-lambda-pupeteer-serverless

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aws-lambda-puppeteer-serverless

Prereqs

What is this repo?

  • This repo contains one AWS Lambda which runs Puppeteer to log in to CauliCloud and ensure an element appears once logged in.
  • The Lambda will run every 10 minutes using an EventBridge event
  • The Lambda runs on the NodeJS 18.x runtime.

Deploy

From the root of the repo run:

npm install
serverless deploy

About


Languages

Language:JavaScript 100.0%