Support for publishing only to AWS/SNS
pfortin-urbn opened this issue · 2 comments
pfortin-urbn commented
It would be nice sometimes to publish to an AWS topic?
dselans commented
Makes sense. Should be nice and easy too. We'll make it happen!
blinktag commented
@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!"