UNPKG

sls-helper-plugin-janis

Version:

A Serverless Helper plugin to add custom helpers for Janis Commerce

11 lines (7 loc) 222 B
'use strict'; module.exports = ({ custom }, authorizer) => { if(!authorizer) return; if(!custom || !custom.authorizers || !custom.authorizers[authorizer]) throw new Error(`Invalid authorizer '${authorizer}'`); };