Skip to content

feat: add /aws-lambda-debug workflow#24

Merged
23seriy merged 1 commit into
mainfrom
feat/aws-lambda-debug-v2
Jul 7, 2026
Merged

feat: add /aws-lambda-debug workflow#24
23seriy merged 1 commit into
mainfrom
feat/aws-lambda-debug-v2

Conversation

@23seriy

@23seriy 23seriy commented Jul 7, 2026

Copy link
Copy Markdown
Owner

Summary

  • Adds /aws-lambda-debug — read-only Lambda function diagnostics workflow
  • Covers: function state/config, CloudWatch metrics (errors, throttles, duration p50/p95/p99, cold starts, concurrent executions), filtered log tail, DLQ/destinations, concurrency (reserved + provisioned), VPC/ENI/subnet IP exhaustion, event source mappings, layers + runtime deprecation, and IAM execution role permissions
  • Flags: deprecated runtimes, env vars with secret-like key names, async functions without DLQ, poison-pill stream sources without bisect-on-error, over-privileged roles, function URL with no auth, and VPC cold-start risk
  • Generates a severity-ranked Markdown report with verdict (🟢/🟡/🔴)
  • Never prints environment variable values or log lines with credential patterns

Test plan

  • Validate frontmatter: ./scripts/validate-repo.sh
  • Run against a real Lambda: /aws-lambda-debug FUNCTION=<name> REGION=<region>
  • Test with a VPC-attached function (VPC/ENI section)
  • Test with an SQS/Kinesis event source mapping
  • Confirm graceful degradation when jq is absent

🤖 Generated with Claude Code

Read-only Lambda diagnostics: errors, throttles, duration percentiles,
cold starts, DLQ, VPC/ENI, concurrency, event source mappings, layers,
runtime deprecation, and IAM execution role review.
@23seriy 23seriy merged commit a50d4e1 into main Jul 7, 2026
3 checks passed
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