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

CloudFormation Resource Specification 13.0.0 #1480

Merged
merged 1 commit into from
Apr 17, 2020
Merged

CloudFormation Resource Specification 13.0.0 #1480

merged 1 commit into from
Apr 17, 2020

Conversation

PatMyron
Copy link
Contributor

pip3 install -e .
scripts/update_specs_from_pricing.py # requires Boto3 and Credentials
scripts/update_specs_services_from_ssm.py # requires Boto3 and Credentials
cfn-lint --update-specs
cfn-lint --update-iam-policies

as described in #1134 (comment)


scripts/update_specs_services_from_ssm.py # requires Boto3 and Credentials
Traceback (most recent call last):
  File "scripts/update_specs_services_from_ssm.py", line 9, in <module>
    from cfnlint.helpers import get_url_content
  File "cfn-python-lint/src/cfnlint/__init__.py", line 17, in <module>
    from cfnlint.graph import Graph
  File "cfn-python-lint/src/cfnlint/graph.py", line 10, in <module>
    from networkx import networkx
ImportError: No module named networkx

@codecov

This comment has been minimized.

@PatMyron PatMyron merged commit ca90249 into aws-cloudformation:master Apr 17, 2020
@PatMyron
Copy link
Contributor Author

PatMyron commented Apr 25, 2020

Missed updating the rule documentation with cfn-lint --update-documentation for these:

#1391, #1402, #1409, #1441

so we'll add that to the ~weekly script as well:

pip3 install -e .
scripts/update_specs_from_pricing.py # requires Boto3 and Credentials
scripts/update_specs_services_from_ssm.py # requires Boto3 and Credentials
cfn-lint --update-specs
cfn-lint --update-iam-policies
cfn-lint --update-documentation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant