Create a CloudFormation Artifact
Prerequisites
Quick Start
# Option 1: In-place (keeps original files) bricks blueprint prepare --source . --iac-type cloudformation # Option 2: With output directory (copies files to src/cloudformation/) bricks blueprint prepare --source . --output ./dist --iac-type cloudformationls -la # In-place: Shows bricks.json + original files # With output: Shows bricks.json + src/cloudformation/ directorybricks blueprint publish
Template Requirements
What Happens
Generated Package Structure
Test Your Package
See also
Last updated
Was this helpful?

