Skip to content

amsross/regenesis-scraper

Repository files navigation

regenesis-scraper

local testing

  1. start the build server

    npm run start
    
  2. create some env variables

AWS_ACCOUNT_ID=************
GENESIS_PWORD=******
GENESIS_UNAME=******************
GENESIS_URL=*********************************************
  1. start the offline server

    AWS_ACCOUNT_ID=$AWS_ACCOUNT_ID \
      GENESIS_PWORD=$GENESIS_PWORD \
      GENESIS_UNAME=$GENESIS_UNAME \
      GENESIS_URL=$GENESIS_URL \
      npm run local
    
  2. trigger an event

    AWS_ACCOUNT_ID=$AWS_ACCOUNT_ID \
      GENESIS_PWORD=$GENESIS_PWORD \
      GENESIS_UNAME=$GENESIS_UNAME \
      GENESIS_URL=$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

 
 
 

Contributors