Package perl-Amazon-SQS-Simple: Information

    Source package: perl-Amazon-SQS-Simple
    Version: 2.07-alt1
    Build time:  Oct 25, 2023, 11:23 AM
    Category: Development/Perl
    Report package bug
    License: Artistic
    Summary: OO API for accessing the Amazon Simple Queue
    Description: 
    use Amazon::SQS::Simple;
    
        my $access_key = 'foo'; # Your AWS Access Key ID
        my $secret_key = 'bar'; # Your AWS Secret Key
    
        
        my $sqs = new Amazon::SQS::Simple($access_key, $secret_key);
    
        
        my $q = $sqs->CreateQueue('queue_name');
    
        
        $q->SendMessage('Hello world!');
    
        
        my $msg = $q->ReceiveMessage();
        print $msg->MessageBody() # Hello world!
    
        
        $q->DeleteMessage($msg->ReceiptHandle());
    
        
        $q->Delete();

    List of rpms provided by this srpm:
    perl-Amazon-SQS-Simple (noarch)

    Maintainer: Denis Smirnov

    List of contributors:
    Igor Vlasenko
    Denis Smirnov

      1. perl(AWS/Signature4.pm)
      2. perl(Test/Warn.pm)
      3. perl(VM/EC2/Security/CredentialCache.pm)
      4. perl-Digest-HMAC
      5. perl-XML-Simple
      6. perl-devel
      7. perl-libwww

    Last changed


    Oct. 8, 2018 Igor Vlasenko 2.07-alt1
    - automated CPAN update
    May 10, 2017 Igor Vlasenko 2.06-alt1
    - automated CPAN update
    Oct. 16, 2015 Igor Vlasenko 2.04-alt1
    - automated CPAN update