Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Makefile based targets #34

Open
mridhul opened this issue Oct 12, 2021 · 1 comment
Open

Support Makefile based targets #34

mridhul opened this issue Oct 12, 2021 · 1 comment

Comments

@mridhul
Copy link
Contributor

mridhul commented Oct 12, 2021

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

@samik-saha
Copy link

@mridhul I can work on this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants