Skip to content
This repository was archived by the owner on Oct 13, 2020. It is now read-only.

iconara/sns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SNS

Example:

sns = Sns.new(aws_access_key, aws_secret_key)
topic = sns.topic('arn:aws:sns:us-east-1:123456789012:test')
topic.subscribe('email', 'someone@example.com')
topic.publish('Hello', 'World')

This is not a complete implementation of the SNS API. Currently only the subscribe and publish actions are supported.

About

Ruby interface for Amazon SNS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages