UNPKG

serverless-plugin-typetalk

Version:
7 lines (6 loc) 277 B
/* eslint-disable max-len */ module.exports = { MSG_SUCCESS: "Typetalk notification has been sent.", REPOSITORY_URL: "https://github.com/is2ei/serverless-plugin-typetalk-example", msgFailed: (err) => `Typetalk notification failed. error: ${JSON.stringify(err)}` };