Skip to content

Stacks

With the CLI, you can filter and group resources by stack, the following example will generate the code for EC2, S3, and DynamoDB resources that have the tag environment=production and group them into a stack named production:

Terminal window
finisterra -p aws -m "ec2,s3,dynamodb" -o /tmp/code --filters="environment=production" -s production