AWS SAM
Installation
SKILL.md
AWS SAM (Serverless Application Model)
AWS SAM is an IaC framework for building serverless applications.
Core Principles
- Infrastructure as Code (IaC) - Manage all resources in template.yaml
- Single Responsibility Function Design - Each Lambda focuses on one function
- Principle of Least Privilege - IAM policies should be minimal
- Local-First Development - Test with sam local before deploying