streamdal/plumber

Support for publishing only to AWS/SNS

pfortin-urbn opened this issue · 2 comments

It would be nice sometimes to publish to an AWS topic?

Makes sense. Should be nice and easy too. We'll make it happen!

@pfortin-urbn. Thanks for the suggestion! SNS support has been added in v0.11.0

Example usage:

plumber write aws-sns --topic="arn:aws:sns:us-east-2:123456789012:MyTopic" --input-data="A new is ready for processing!"