NAME

aws-api-builder

SYNOPSIS

aws-api-autobuilder [options] command

aws-api-autobuilder --download build sts

DESCRIPTION

HTTP client for building or retrieving Amazon::API clients.

Amazon::API is a Perl module that is used as a base class to build other classes that call Amazon's various APIs. It uses the Botocore data to construct dynamic interfaces to those APIs. The Amazon::API project itself can construct individual classes like Amazon::API::CloudWatchLogs or Amazon::API::SQS that allow you to invoke the functionality of those services using the same interface as Paws or Python's Boto library.

Unlike Paws and Boto, individual API classes are not bundled with Amazon::API. Instead, you are expected to build just the services you need by cloning the project and following the instructions of creating the class you need.

make cpan-dist SERVICE=sts

In order to make it easier and to promote wider adoption of Amazon::API a service has been built that will allow you to request and download any Amazon API. This script implements an HTTP client that allows you to interact with that service.

Commands

Options

AUTHOR

Rob Lauer - rlauer@treasurersbriefcase.com

SEE ALSO

Amazon::API