cfn-compose icon indicating copy to clipboard operation
cfn-compose copied to clipboard

compose your cloudformation stacks like docker compose

Results 13 cfn-compose issues
Sort by recently updated
recently updated
newest added

##### SUMMARY - Add an integer flag: `-w` or `--workers` to `deploy` and `destroy` command - Determine the number of workers to spin based on total flows on compose file...

**Summary** If we deploy massive amount of the CloudFormation stacks concurrently then we might encounter rate throttle limits like below: ![image](https://user-images.githubusercontent.com/8892649/230540262-c59e0069-0c9b-4ac9-b1f6-af52833b3e52.png) **Acceptance Criteria:** In the scope of this issue we...

Right now the sample configuration looks sth like shown below where we are not sure if we can make use of **defaults** and **override any specific** configuration from individual flow....

**Summary** Example Compose file: ```yaml Description: Sample CloudFormation Compose file Vars: ENV_NAME: cfn-compose ENV_TYPE: nonproduction SUBNET_ID: "subnet-033274e18559e7bde" VPC_ID: "vpc-0001e3b703212c9cb" Flows: SecurityGroup: Order: 0 Description: Creates Security Group Stacks: - template_file:...

**Summary** The number of concurrent go routines spun at the moment is directly related with number of flows being sent in the configuration. Example below configuration **spins two go routines**...

**Summary** Right now to run the **cfnc** command either you need to install `Golang` and compile or install the compiled **cfnc** binary. Both of them might not be the right...

The installation instructions at Readme should include: - brew for macos - script for linux - script for windows