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.yaml or samconfig.toml for serverless deployments
  • User wants to configure local testing with sam local invoke for Lambda functions

Instructions

1) Classify Scenario

Installs
1
GitHub Stars
325
First Seen
8 days ago
aws-sam-bootstrap — giuseppe-trisciuoglio/developer-kit