AWS SAM serverless development context. Apply when working with template.yaml, Lambda handler files, samconfig.toml, API Gateway integrations, sam local commands.
Install
npx skillscat add shotaiuchi/dotclaude/context-aws-sam Install via the SkillsCat registry.
SKILL.md
AWS SAM Context Rule
Auto-applied context when working on AWS SAM serverless development.
When to Apply
Apply this context when:
- Creating Lambda functions
- Designing SAM templates (template.yaml)
- Setting up API Gateway integrations
- Running local tests with sam local
Reference Documents
Read and apply patterns from:
| Document | Purpose |
|---|---|
| AWS Conventions | Project structure, naming |
| SAM Architecture | Lambda/API patterns |
External References
| Resource | URL |
|---|---|
| AWS SAM | https://docs.aws.amazon.com/serverless-application-model/ |
| AWS Lambda | https://docs.aws.amazon.com/lambda/ |
| API Gateway | https://docs.aws.amazon.com/apigateway/ |
| Lambda Powertools (Python) | https://docs.powertools.aws.dev/lambda/python/ |