Skip to content

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

Closed
23seriy wants to merge 4 commits into
mainfrom
feat/aws-lambda-debug
Closed

feat: add /aws-lambda-debug workflow#23
23seriy wants to merge 4 commits into
mainfrom
feat/aws-lambda-debug

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

23seriy added 4 commits July 7, 2026 17:28
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 commented Jul 7, 2026

Copy link
Copy Markdown
Owner Author

Closing in favour of a clean branch off current main to avoid merge-commit noise.

@23seriy 23seriy closed this Jul 7, 2026
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