sns-sub-manager

AWS SNS Subscription Manager


License
MIT
Install
pip install sns-sub-manager==0.0.2

Documentation

AWS SNS Subscription Manager

PyPI Status Python Version License

Read the documentation at https://sns-sub-manager.readthedocs.io/ Tests Codecov

pre-commit Black

Features

  • Allows someone to subscribe and unsubscribe to sns topics via a rest api
  • Configure what SNS topics to manage via a YAML file
  • Per topic configuration of what types of subscriptions to accept
  • Able to turn off unsubscribe globally
  • No auth - that's your problem!
  • Docker image you can run easily

Requirements

  • TODO

Installation

You can install AWS SNS Subscription Manager via pip from PyPI:

$ pip install sns-sub-manager

Usage

You probably don't want to be using this to be honest.

Someday, there will be info here. For today...

Contributing

Contributions are very welcome. To learn more, see the Contributor Guide.

License

Distributed under the terms of the MIT license, AWS SNS Subscription Manager is free and open source software.

Issues

If you encounter any problems, please file an issue along with a detailed description.

Credits

This project was generated from @cjolowicz's Hypermodern Python Cookiecutter template.