Amazon-SQS-Client
view release on metacpan or search on metacpan
lib/Amazon/SQS/Client.pm view on Meta::CPAN
{ QueueUrl => $AWS_QUEUE_URL,
MessageBody => $message
}
);
=head1 DESCRIPTION
L<Amazon::SQS::Client> is the implementation of a service API to
AmazonE<039>s Simple Queue Service.
I<NOTE: The classes that implement the SQS Perl framework were
originally provided by AWS back in the day when Perl was an important
part of the AWS development stack. Fast forward to 2024 and Perl is no
longer a supported language in the AWS SDK ecosystem. These modules
"work" and provide a fairly simple toolset for working with SQS. There
are more popular and perhaps more supported packages available for
interacting with SQS. See L</SEE ALSO> for recommended alternatives.
You may however find this implementation lighter in weight than other
implementations.>
=head1 DETAILS
( run in 0.793 second using v1.01-cache-2.11-cpan-e1769b4cff6 )