{"categories":[{"label":"Distributed Computing","url":"https://skillfed.io/packages/category/system-distributed-computing"}],"enrichment":{"capability":"Publishes Python dictionaries as JSON messages to AWS SNS topics, automatically converting dict fields into SNS message attributes.","skillfed_tags":["aws-sns","abandoned"],"use_cases":["Publish application events to SNS from Python services with dict payloads and searchable attributes.","Integrate SNS publishing into Lambda functions or microservices that generate structured event data.","Send monitoring or audit events to SNS topics with automatic attribute extraction from event dicts."],"what_it_does":"publish-event-sns wraps AWS SNS publishing to simplify sending dict objects as JSON messages with automatic attribute extraction. You pass a dictionary and topic name; the package converts the dict to JSON, extracts primitive fields as SNS message attributes, and publishes via boto3. The package is a thin convenience layer that handles filtering non-primitive values from attributes and accepting optional boto3 session or region parameters.\n\nHowever, it has not been maintained since 2020-07-09, so it may not work reliably with recent boto3 or Python versions without local patches. For new projects, using boto3 directly is often simpler than adopting an unmaintained wrapper.","worth_installing":"No\u2014while the package itself is simple and permissively licensed, it is abandoned with no updates since 2020-07-09. For new projects, use boto3 directly or a maintained SNS wrapper. Only consider this if you have legacy code already depending on it and cannot refactor."},"id":"publish-event-sns","links":{"html":"https://skillfed.io/packages/publish-event-sns","md":"https://skillfed.io/packages/publish-event-sns.md","pypi":"https://pypi.org/project/publish-event-sns/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2020-05-22","license_spdx":null,"license_treatment":"permissive","name":"publish-event-sns","python_support":"unspecified","summary":"Publish message into SNS Topic with attributes"},"popularity":{"monthly_downloads":1223188,"position":4197,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"0.0.3"}
