Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 630 Bytes

README.md

File metadata and controls

39 lines (27 loc) · 630 Bytes

Cognito Triggers for Roots

Requirements

  • zip
  • node version 18+
  • npm

Build

Build the lambda zip files with the following commands:

npm install
npm run build

The files will be compiled under dist directory:

  • migration-lambda.zip
  • post-confirmation-lambda.zip
  • pre-signup-lambda.zip

Test

npm test

Configuration

Set the following environment variables:

export JANE_CLIENT_ID="<provided by partner success>"
export JANE_CLIENT_SECRET="<provided by partner success>"
# optional, defaults to the following
export JANE_API_URL="https://api.iheartjane.com"