.dockerignore
.gitignore
.make-release-support
.release
Dockerfile
LICENSE
Makefile
Makefile.mk
Pipfile
Pipfile.lock
README.md
pyproject.toml
setup.cfg
tox.ini
.github/workflows/release-image.yaml
.github/workflows/release.yml
.idea/aws-cfn-update.iml
.idea/cfnlintPlugin.xml
.idea/encodings.xml
.idea/misc.xml
.idea/modules.xml
.idea/vcs.xml
.idea/codeStyles/Project.xml
.idea/codeStyles/codeStyleConfig.xml
.idea/inspectionProfiles/Project_Default.xml
samples/add-new-resources/Makefile
samples/add-new-resources/storage-server-new.json
samples/add-new-resources/storage-server-new.yaml
samples/add-new-resources/storage-server.json
samples/add-new-resources/storage-server.yaml
samples/config-rule-inline-code/Makefile
samples/config-rule-inline-code/dynamodb-pitr-enabled.guard
samples/config-rule-inline-code/template.json
samples/config-rule-inline-code/template.yaml
samples/container-image/paas-monitor.json
samples/container-image/paas-monitor.yaml
samples/cron-schedule-expression/cron.yaml
samples/lambda-inline-code/cfn-listener-rule-provider.json
samples/lambda-inline-code/cfn-listener-rule-provider.yaml
samples/lambda-inline-code/cfn_listener_rule_provider.py
samples/latest-ami-update/Makefile
samples/latest-ami-update/template.yaml
samples/oidc-provider/Makefile
samples/oidc-provider/oidc-provider.json
samples/oidc-provider/oidc-provider.yaml
samples/packer-latest-ami/packer.json
samples/remove-resource/Makefile
samples/remove-resource/storage-server.json
samples/remove-resource/storage-server.yaml
samples/rest-api-body/api-specification.yaml
samples/rest-api-body/aws-extensions.yaml
samples/rest-api-body/rest-api.json
samples/rest-api-body/rest-api.yaml
samples/state-machine-definition/Makefile
samples/state-machine-definition/definition.json
samples/state-machine-definition/definition.yaml
samples/state-machine-definition/helloworld.json
src/aws_cfn_update/__init__.py
src/aws_cfn_update/__main__.py
src/aws_cfn_update/add_missing_resources.py
src/aws_cfn_update/add_new_resources.py
src/aws_cfn_update/cfn_updater.py
src/aws_cfn_update/cli.py
src/aws_cfn_update/config_rule_inline_code_updater.py
src/aws_cfn_update/container_image_updater.py
src/aws_cfn_update/cron_schedule_expression_updater.py
src/aws_cfn_update/lambda_inline_code_updater.py
src/aws_cfn_update/latest_ami_updater.py
src/aws_cfn_update/oidc_provider_thumbprints_updater.py
src/aws_cfn_update/packer_ami_updater.py
src/aws_cfn_update/remove_resource.py
src/aws_cfn_update/replace_references.py
src/aws_cfn_update/rest_api_body_updater.py
src/aws_cfn_update/statemachine_updater.py
src/aws_cfn_update.egg-info/PKG-INFO
src/aws_cfn_update.egg-info/SOURCES.txt
src/aws_cfn_update.egg-info/dependency_links.txt
src/aws_cfn_update.egg-info/entry_points.txt
src/aws_cfn_update.egg-info/requires.txt
src/aws_cfn_update.egg-info/top_level.txt
src/aws_cfn_update.egg-info/zip-safe
tests/__init__.py
tests/api-specification.yaml
tests/aws-extensions.yaml
tests/dummy_responses.json
tests/test_add_new_resources.py
tests/test_config_rule_inline_code_updater.py
tests/test_cron_schedule_expression.py
tests/test_lambda_inline_code_updater.py
tests/test_latest_ami_updater.py
tests/test_oidc_provider_thumbprint_updater.py
tests/test_packer_ami_updater.py
tests/test_remove_resources.py
tests/test_replace_references.py
tests/test_rest_api_body_updater.py
tests/test_statemachine_definition_updater.py
tests/update_packer/__init__.py
tests/update_packer/base.py
tests/update_packer/test_update_packer.py
tests/update_packer/call_00001_describe_images/__init__.py