aws-iac

Installation
SKILL.md

AWS Infrastructure as Code — Comprehensive Reference

CloudFormation

Template Structure

AWSTemplateFormatVersion: '2010-09-09'
Description: My stack

Parameters:
  Env:
    Type: String
    AllowedValues: [dev, staging, prod]
    Default: dev
Installs
1
GitHub Stars
1
First Seen
May 12, 2026
aws-iac — tomz/agent-skills