Support Makefile based targets
Open
hacktoberfest
- Dominant language
- Shell
- Stars
- 15
- Forks
- 23
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
Assessment
This issue has not been assessed yet.