NAME

Amazon::API::Botocore - Automagic AWS API class generator

SYNOPSIS

perl Amazon/API/Botocore.pm options command

Options
-------
--help, -h           help
--module-name, -m    module name, default: Amazon::API::{service}
--service, -s        API service
--botocore-path, -b  path to git botocore project
--tidy, -t           perltidy output, default is true, use --no-tidy to disable
--file, -f           output filename, default: STDOUT

Commands
--------
describe
create-stub

See also - perldoc Amazon::API::Botocore::Pod

DESCRIPTION

Generates Perl classes from Botocore specfications.

NOTES

Assuming you have built the project...

git clone https://github.com/rlauer6/perl-Amazon-API.git
export PROJECT_HOME="$(pwd)/perl-Amazon-API"
cd $PROJECT_HOME
./bootstrap
./configure && make && make install

...now clone the Botocore repository.

cd $PROJECT_HOME/src/main/perl/lib
git clone https://github.com/boto/botocore.git

...and try to generate a stub

PERL5LIB=. perl Amazon/API/Botocore.pm -s sqs create-stub

METHODS AND SUBROUTINES

No public methods are exported by this class. It is a modulino.

AUTHOR

Rob Lauer - <rclauer@gmail.com>

SEE OTHER