intuit / cfn-deploy

A useful GitHub Action to help you deploy cloudformation templates
MIT License
15 stars 24 forks source link

Support json based templates #11

Closed mridhul closed 3 years ago

mridhul commented 4 years ago

The current version supports only yaml based templates. Weneed to support json templates as well.

Ideal to to have a ENV variable which determines what type of file you are passing. The default can be YAML

codeR49 commented 4 years ago

i want to have a shot on this @mridhul

mridhul commented 4 years ago

@codeR49 sure. Are you clear on the requirement ?

What we need is a feature on the cfn-deploy which supports the cloudformation deployment for json templates.

happy to have a quick call with you if you need more details

mridhul commented 3 years ago

Already supported Verified by DinkuSarmah (https://github.com/DinkuSarmah)