Socket
Socket
Sign inDemoInstall

@aws-lite/sns

Package Overview
Dependencies
Maintainers
3
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-lite/sns

Official `aws-lite` plugin for SNS


Version published
Weekly downloads
406
decreased by-32.22%
Maintainers
3
Weekly downloads
 
Created
Source

@aws-lite/sns

Official aws-lite plugin for SNS

Maintained by: @architect

Install

npm i @aws-lite/sns

Optionally install types:

npm i -D @aws-lite/sns-types

Docs

Publish

Canonical AWS API doc

Properties:

  • Message (string) [required]
    • Message payload to send
  • MessageAttributes (string)
    • String to MessageAttributeValue object map
  • MessageDeduplicationId (string)
    • Ensures request is idempotent; may only be used for FIFO topics
  • MessageGroupId (string)
    • Tag specifying a specific message group; may only be used for FIFO topics
  • MessageStructure (string)
    • May be set to json publish JSON payloads
  • PhoneNumber (string)
    • SMS recipient phone number in E.164 format; if not specified, you must specify TargetArn or TargetArn
  • Subject (string)
    • Email subject line
  • TargetArn (string)
    • If not specified, you must specify PhoneNumber or TopicArn
  • TopicArn (string)
    • ARN of the the topic to publish to; if not specified, you must specify PhoneNumber or TargetArn

Methods yet to be implemented

Please help out by opening a PR!

Learn more

Please see the main aws-lite readme for more information about aws-lite plugins.

FAQs

Package last updated on 15 Oct 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc