Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

aws-fanout

Package Overview
Dependencies
Maintainers
9
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aws-fanout

A library wrapping SNS and SQS to allow for human readable names when using a fanout technique

  • 1.2.3
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
33
increased by106.25%
Maintainers
9
Weekly downloads
 
Created
Source

AWS-Fanout

A library wrapping SNS and SQS to allow for human readable names when using a fanout technique. Let's you use the fanout pattern without needing to hard code ARNS throughout your application.

Installation

This module is installed via npm:

$ npm install aws-fanout

Example Usage

import { publish } from 'aws-fanout'

publish(creds, 'newUserHasSignedUp', {
  twitterHandle: '@jladuval',
  userId: 1,
  username: 'Jacob Duval'
})
  .then(res => res.MessageId)
  .catch(err => console.error(err.stack))

Library is immature at the moment, suggestions welcome.

Keywords

FAQs

Package last updated on 18 Aug 2017

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