aws-sam-bootstrap
Installation
SKILL.md
AWS SAM Bootstrap
Overview
Generates SAM project artifacts for greenfield and migration scenarios. Creates the minimum required files (template.yaml, samconfig.toml, events/), validates with sam build, and configures sam deploy workflows following AWS SAM conventions.
When to Use
- User needs to start a new AWS SAM project (
sam init,sam deploy) - User wants to migrate existing Lambda functions or CloudFormation resources to SAM templates
- User asks about SAM CLI commands (
sam init,sam build,sam local invoke,sam deploy) - User needs to create or update
template.yamlorsamconfig.tomlfor serverless deployments - User wants to configure local testing with
sam local invokefor Lambda functions