CLAUDE.md
LICENSE
MANIFEST.in
README.md
TESTING.md
pyproject.toml
requirements.txt
aws_inventory_manager.egg-info/PKG-INFO
aws_inventory_manager.egg-info/SOURCES.txt
aws_inventory_manager.egg-info/dependency_links.txt
aws_inventory_manager.egg-info/entry_points.txt
aws_inventory_manager.egg-info/requires.txt
aws_inventory_manager.egg-info/top_level.txt
src/__init__.py
src/aws/__init__.py
src/aws/client.py
src/aws/credentials.py
src/aws/rate_limiter.py
src/cli/__init__.py
src/cli/config.py
src/cli/main.py
src/cloudtrail/__init__.py
src/cloudtrail/query.py
src/config_service/__init__.py
src/config_service/collector.py
src/config_service/detector.py
src/config_service/resource_type_mapping.py
src/cost/__init__.py
src/cost/analyzer.py
src/cost/explorer.py
src/cost/reporter.py
src/delta/__init__.py
src/delta/calculator.py
src/delta/differ.py
src/delta/formatters.py
src/delta/models.py
src/delta/reporter.py
src/matching/__init__.py
src/matching/config.py
src/matching/normalizer.py
src/matching/prompts.py
src/models/__init__.py
src/models/config_diff.py
src/models/cost_report.py
src/models/deletion_operation.py
src/models/deletion_record.py
src/models/delta_report.py
src/models/efs_resource.py
src/models/elasticache_resource.py
src/models/group.py
src/models/inventory.py
src/models/protection_rule.py
src/models/report.py
src/models/resource.py
src/models/security_finding.py
src/models/snapshot.py
src/restore/__init__.py
src/restore/audit.py
src/restore/cleaner.py
src/restore/config.py
src/restore/deleter.py
src/restore/dependency.py
src/restore/safety.py
src/security/__init__.py
src/security/cis_mapper.py
src/security/models.py
src/security/reporter.py
src/security/scanner.py
src/security/checks/__init__.py
src/security/checks/base.py
src/security/checks/ec2_checks.py
src/security/checks/elasticache_checks.py
src/security/checks/iam_checks.py
src/security/checks/rds_checks.py
src/security/checks/s3_checks.py
src/security/checks/secrets_checks.py
src/security/checks/sg_checks.py
src/snapshot/__init__.py
src/snapshot/capturer.py
src/snapshot/filter.py
src/snapshot/inventory_storage.py
src/snapshot/report_formatter.py
src/snapshot/reporter.py
src/snapshot/storage.py
src/snapshot/resource_collectors/__init__.py
src/snapshot/resource_collectors/apigateway.py
src/snapshot/resource_collectors/backup.py
src/snapshot/resource_collectors/base.py
src/snapshot/resource_collectors/cloudformation.py
src/snapshot/resource_collectors/cloudwatch.py
src/snapshot/resource_collectors/codebuild.py
src/snapshot/resource_collectors/codepipeline.py
src/snapshot/resource_collectors/dynamodb.py
src/snapshot/resource_collectors/ec2.py
src/snapshot/resource_collectors/ecs.py
src/snapshot/resource_collectors/efs_collector.py
src/snapshot/resource_collectors/eks.py
src/snapshot/resource_collectors/elasticache_collector.py
src/snapshot/resource_collectors/elb.py
src/snapshot/resource_collectors/eventbridge.py
src/snapshot/resource_collectors/glue.py
src/snapshot/resource_collectors/iam.py
src/snapshot/resource_collectors/kms.py
src/snapshot/resource_collectors/lambda_func.py
src/snapshot/resource_collectors/rds.py
src/snapshot/resource_collectors/route53.py
src/snapshot/resource_collectors/s3.py
src/snapshot/resource_collectors/secretsmanager.py
src/snapshot/resource_collectors/sns.py
src/snapshot/resource_collectors/sqs.py
src/snapshot/resource_collectors/ssm.py
src/snapshot/resource_collectors/stepfunctions.py
src/snapshot/resource_collectors/vpcendpoints.py
src/snapshot/resource_collectors/waf.py
src/storage/__init__.py
src/storage/audit_store.py
src/storage/database.py
src/storage/group_store.py
src/storage/inventory_store.py
src/storage/resource_store.py
src/storage/schema.py
src/storage/snapshot_store.py
src/utils/__init__.py
src/utils/export.py
src/utils/hash.py
src/utils/logging.py
src/utils/pagination.py
src/utils/paths.py
src/utils/progress.py
src/utils/unsupported_resources.py
src/web/__init__.py
src/web/app.py
src/web/dependencies.py
src/web/routes/__init__.py
src/web/routes/pages.py
src/web/routes/api/__init__.py
src/web/routes/api/charts.py
src/web/routes/api/cleanup.py
src/web/routes/api/filters.py
src/web/routes/api/groups.py
src/web/routes/api/inventories.py
src/web/routes/api/queries.py
src/web/routes/api/resources.py
src/web/routes/api/snapshots.py
src/web/routes/api/views.py
src/web/services/__init__.py
src/web/templates/base.html
src/web/templates/components/navbar.html
src/web/templates/components/sidebar.html
src/web/templates/pages/audit_logs.html
src/web/templates/pages/cleanup.html
src/web/templates/pages/dashboard.html
src/web/templates/pages/diff.html
src/web/templates/pages/error.html
src/web/templates/pages/groups.html
src/web/templates/pages/queries.html
src/web/templates/pages/resources.html
src/web/templates/pages/snapshot_detail.html
src/web/templates/pages/snapshots.html