Skip to content

Latest commit

 

History

History
 
 

sns

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Simple Notification Service

The SNS connector provides the following Actions:

  • CreateTopic
  • DeleteTopic
  • ListTopics
  • Publish

The client APIs utilise the http4k-aws module for request signing, which means no dependencies on the incredibly fat Amazon-SDK JARs. This means this integration is perfect for running Serverless Lambdas where binary size is a performance factor.

Example usage

Default Fake port: 58430

To start:

FakeSNS().start()