Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prototype new auto-generation via the AWS resource specification file #1300

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Jan 27, 2019

  1. Prototype new auto-generation via the AWS resource specification file

    First pass at improving troposphere python files using the AWS
    resource specification file. The base file for each service say, foo.py,
    will be auto-generated. There is an override file, foo.yaml, to include
    validation and other changes into the base file. The validation routines
    are now moved into foo_validators.py as either class mixins or property
    validation functions.
    markpeek committed Jan 27, 2019
    Configuration menu
    Copy the full SHA
    6912c10 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9cdcc99 View commit details
    Browse the repository at this point in the history