NAME

build-boto-services.pl - creates the service.api file containing Botocore metadata

USAGE

build-boto-serivces.pl options

Options

--help, -h
--boto-path, -p 
--output, -o     Fully qualified output path (default: ./service.api)
--limit, -l      Number of services to process (default: all) 

Notes

This script is used to produce a binary version of the Botocore service metadata. It is used by Amazon::API to determine the content type of the various Botocore services.

You must have the Botocore project checkout out in some directory.

build-boto-services.pl -p path/to/botocore-repo -o services.api