sns notify recipients:发送带有模板的SNS通知 源码
sns-notify-收件人 发送带有模板的SNS通知 安装 要使用npm进行安装,请在服务目录中运行以下命令: npm install git+ssh://git@github.com:Notarise-gov-sg/sns-notify-recipients.git 用法 在需要的地方导入软件包: import { notifyRecipients } from "sns-notifiy-recipients" ; // ... try { /* Notify recipient */ await notifyRecipient ( payload ) ; } catch ( e ) { errorWithRef ( `Notification error: ${ e . message } ` ) ; } 环境变量 请记住设置以下环境变量: NOTIFICATION
用户评论