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