{"id":18284504,"url":"https://github.com/pplu/sns-notification","last_synced_at":"2025-09-02T11:05:45.940Z","repository":{"id":55977770,"uuid":"91334041","full_name":"pplu/sns-notification","owner":"pplu","description":"Representing SNS Notifications","archived":false,"fork":false,"pushed_at":"2020-12-03T09:41:08.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-09T05:46:51.026Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Perl","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pplu.png","metadata":{"files":{"readme":"README.pod","changelog":"Changes","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-05-15T12:15:21.000Z","updated_at":"2020-12-03T09:40:55.000Z","dependencies_parsed_at":"2022-08-15T10:40:39.556Z","dependency_job_id":null,"html_url":"https://github.com/pplu/sns-notification","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/pplu/sns-notification","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pplu%2Fsns-notification","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pplu%2Fsns-notification/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pplu%2Fsns-notification/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pplu%2Fsns-notification/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pplu","download_url":"https://codeload.github.com/pplu/sns-notification/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pplu%2Fsns-notification/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273272560,"owners_count":25075985,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-02T02:00:09.530Z","response_time":77,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-05T13:13:46.021Z","updated_at":"2025-09-02T11:05:45.916Z","avatar_url":"https://github.com/pplu.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"=encoding UTF-8\n\n=head1 NAME\n\nSNS::Notification - An object for representing SNS Notifications\n\n=head1 SYNOPSIS\n\n  use SNS::Notification;\n  my $not = SNS::Notification-\u003enew(\n    Timestamp =\u003e ...\n    ... required attributes ...\n  );\n  #do something with $obj\n\n  my $body = decode_json($sns_message);\n  my $sns = eval { SNS::Notification-\u003enew($body) };\n  if ($@) {\n    die \"Doesn't look like an SNS::Message to me\";\n  }\n  print $sns-\u003eMessage;\n\n=head1 DESCRIPTION\n\nThis module holds an object for representing an SNS messsage. It tries\nto validate that all appropiate fields are present.\n\nThis is really just a module for other modules that work with SNS to\ndepend on (and not reimplement it constantly).\n\n=head1 SEE ALSO\n\nL\u003chttp://docs.aws.amazon.com/sns/latest/dg/json-formats.html\u003e\n\nL\u003chttp://docs.aws.amazon.com/sns/latest/dg/SendMessageToHttp.html\u003e\n\nL\u003chttp://docs.aws.amazon.com/sns/latest/dg/SendMessageToSQS.html\u003e\n\n=head1 COPYRIGHT and LICENSE\n\nCopyright (c) 2016 by CAPSiDE\n\nThis code is distributed under the Apache 2 License. The full text of the license can be found in the LICENSE file included with this module.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpplu%2Fsns-notification","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpplu%2Fsns-notification","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpplu%2Fsns-notification/lists"}