0.3.6-alpha.0 • Published 2 years ago

@notifire/sns v0.3.6-alpha.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Notifire Sns Provider

A SNS SMS provider library for @notifire/core

Usage

import { SNSSmsProvider } from "@notifire/sns"

const provider = new SNSSmsProvider({
    region: "eu-west-1",
    accessKeyId: "AWS_ACCESS_KEY_ID",
    secretAccessKey: "AWS_SECRET_ACCESS_KEY",
});