Skill: SAM Operations
Description: Tools for managing AWS SAM templates.
Tools:
- •
name: validate_template description: Lints the CloudFormation template for syntax errors. command: sam validate --template deploy/template.yaml
- •
name: describe_stack description: Gets the current status of the deployed stack. command: aws cloudformation describe-stacks --stack-name $APP_NAME-$ENV_NAME --region $AWS_REGION