# AWS Lambda

> Enumerate Lambda functions and their policies in AWS environments. Use when the user asks about serverless security assessment, function inventory, or Lambda resource-based policy review.

- Skill: `openrec0n/aws-lambda` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add openrec0n/aws-lambda`
- Raw SKILL.md: https://api.skillmd.com/api/skills/openrec0n/aws-lambda/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: openrec0n (https://skillmd.com/u/openrec0n)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/openrec0n/aws-lambda

---


# AWS Lambda Security Enumeration

Discover and assess Lambda functions and their resource-based policies.

## Quick Commands

```bash
# List techniques
python -m cloak.cli --list-techniques lambda

# Get details
python -m cloak.cli --technique-info lambda.list_functions

# Execute
python -m cloak.cli --technique lambda.list_functions --execute
```

## Documentation

- Registry: `.claude/skills/cloak-techniques.json`
- Full docs: README.md, docs/SETUP.md, docs/TROUBLESHOOTING.md

