SYMBOL INDEX (9 symbols across 6 files) FILE: day-14/simple-python-app/app.py function hello (line 6) | def hello(): FILE: day-16/custom_metrics_demo/cloudwatch_metrics.py function index (line 20) | def index(): function product (line 36) | def product(product_id): function log_metric (line 54) | def log_metric(metric_name, value): FILE: day-16/default_metrics_demo/cpu_spike.py function simulate_cpu_spike (line 3) | def simulate_cpu_spike(duration=30, cpu_percent=80): FILE: day-18/ebs_stale_snapshosts.py function lambda_handler (line 3) | def lambda_handler(event, context): FILE: day-21/app.py function hello (line 9) | def hello(): function greet (line 14) | def greet(name): FILE: day-25/lambda_function.py function lambda_handler (line 4) | def lambda_handler(event, context):