Metadata-Version: 2.1
Name: servicecatalog-product-maker
Version: 0.1.0
Summary: Helpers to make creating AWS Service Catalog products easier
Home-page: https://github.com/eamonnfaherty/service-catalog-product-maker
Author: Eamonn Faherty
Author-email: python-packages@designandsolve.co.uk
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: click
Requires-Dist: requests
Requires-Dist: pyyaml
Requires-Dist: cfn-flip

## service catalog product builder

builds AWS CloudFormation templates that can be used as a seed for Service Catalog products


## Usage

### make-me-a

servicecatalog-product-maker make-me-a ${REGION} AWS::S3::Bucket --include-optional
servicecatalog-product-maker make-me-a ${REGION} AWS::S3::Bucket --no-include-optional

### make-me-all

servicecatalog-product-maker make-me-all ${REGION} --include-optional output
servicecatalog-product-maker make-me-all ${REGION} --no-include-optional output

