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

refactor: move list of stateful resource types to data file #1897

Merged

Commits on Feb 10, 2021

  1. refactor: move list of stateful resource types to data file

    The CDK would like to use the same data that cfn-lint is using to
    help our code generation.
    
    This change moves the list of stateful resource types to a JSON file,
    which is easier to parse for the CDK build process than a Python source
    file. This will help keep the source of truth in sync between the
    two projects.
    
    This is not supposed to be the be-all-and-end-all solution of
    integration between the two projects. I'm aware it's quite ad-hoc;
    but let's try something low-friction and see how it goes?
    rix0rrr committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    f413c9b View commit details
    Browse the repository at this point in the history