Skip to content

A utility to convert your Python or Bash programs into SSM documents (and optionally - CloudFormation templates, containing those documents).

License

Notifications You must be signed in to change notification settings

lovepurohit/aws-systems-manager-document-generator

 
 

Repository files navigation

AWS Systems Manager Document Generator

A utility to convert your Python or Bash programs into SSM documents (and optionally - CloudFormation templates, containing those documents).

You can find examples of command definitions in src/ssm_document_generator/examples.

Usage:

usage: main.py [-h] [-cf] [--indent INDENT] input output

positional arguments:
  input                 Input file or directory
  output                Output file or directory. Should match to input (e.g.
                        if input is a file - this expected to be a file,
                        correspondingly if input is directory - this is
                        expected to be a directory).

optional arguments:
  -h, --help            show this help message and exit
  -cf, --cloud-formation
                        Generate CloudFormation template instead of just SSM
                        document
  --indent INDENT       Indent for resulting json for SSM document

License

This library is licensed under the Apache 2.0 License.

About

A utility to convert your Python or Bash programs into SSM documents (and optionally - CloudFormation templates, containing those documents).

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 94.1%
  • Shell 5.9%