Skip to content

amsross/regenesis-scraper

Repository files navigation

regenesis-scraper

local testing

  1. start the build server

    npm run start
    
  2. start the offline server

    AWS_ACCOUNT_ID=************ \
      GENESIS_PWORD=****** \
      GENESIS_UNAME=****************** \
      GENESIS_URL=********************************************* \
      npm run local
    
  3. trigger an event

    
    AWS_ACCOUNT_ID=************ \
      GENESIS_PWORD=****** \
      GENESIS_UNAME=****************** \
      GENESIS_URL=********************************************* \
      npx serverless invoke local \
      --function grades_write \
      --data '{"studentid":*******}'
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published