Documentation
¶
Overview ¶
Example 4: Pure CloudFormation Generator
This tool generates a CloudFormation template from a JSON/YAML config file. No CDK runtime needed - just deploy with AWS CLI.
Usage:
go run generate.go # Generate from config.yaml go run generate.go config.json # Generate from specific file
Then deploy with:
aws cloudformation deploy \ --template-file template.yaml \ --stack-name stats-agent-team \ --capabilities CAPABILITY_IAM CAPABILITY_NAMED_IAM
Click to show internal directories.
Click to hide internal directories.