zip
node
version 18+npm
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
npm test
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"