Open mridhul opened 3 years ago
It would be easy for developers if we could support Makefile based targets while deploying CFN templates
Sample Makefile:
deploy-ec2-bastion: aws cloudformation create-stack --template bastion.yml
While deploying we can simply call the make target
make deploy-ec2-bastion
I can provide more context over a call
@mridhul I can work on this
It would be easy for developers if we could support Makefile based targets while deploying CFN templates
Sample Makefile:
deploy-ec2-bastion: aws cloudformation create-stack --template bastion.yml
While deploying we can simply call the make target
make deploy-ec2-bastion
I can provide more context over a call