Group
Extension

Matches 2

SNS-Notification ( J/JL/JLMARTIN/SNS-Notification-0.03.tar.gz, JLMARTIN, 2020; MetaCPAN )
SNS-Notification/README.pod ( view source; MetaCPAN )
estamp => ...
    ... required attributes ...
  );
  #do something with $obj

  my $body = decode_json($sns_message);
  my $sns = eval { SNS::Notification->new($body) };
  if ($@) {
    die "Doesn't l
(and not reimplement it constantly).

=head1 SEE ALSO

L<http://docs.aws.amazon.com/sns/latest/dg/json-formats.html>

L<http://docs.aws.amazon.com/sns/latest/dg/SendMessageToHttp.html>

L<http://docs.
SNS-Notification ( J/JL/JLMARTIN/SNS-Notification-0.03.tar.gz, JLMARTIN, 2020; MetaCPAN )
SNS-Notification/lib/SNS/Notification.pm ( view source; MetaCPAN )
estamp => ...
    ... required attributes ...
  );
  #do something with $obj

  my $body = decode_json($sns_message);
  my $sns = eval { SNS::Notification->new($body) };
  if ($@) {
    die "Doesn't l
(and not reimplement it constantly).

=head1 SEE ALSO

L<http://docs.aws.amazon.com/sns/latest/dg/json-formats.html>

L<http://docs.aws.amazon.com/sns/latest/dg/SendMessageToHttp.html>

L<http://docs.

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.