4-pure-cloudformation

command
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 2, 2026 License: MIT Imports: 3 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL