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

Fix deduping problems in specification file #80

Merged
merged 1 commit into from
Feb 8, 2023
Merged

Fix deduping problems in specification file #80

merged 1 commit into from
Feb 8, 2023

Commits on Feb 8, 2023

  1. Fix deduping problems in specification file

    The specification for CloudFormation sucks. It doesn't follow it's
    own standards and creates invalid JSON. This change fixes some of
    those rough edges by deduping in a hashmap and "hoping for the best".
    
    Also change required type to be optional since some teams can't publish
    correctly on that as well.
    iph committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    4a18b3d View commit details
    Browse the repository at this point in the history