awscfncli
awscfncli copied to clipboard
Support calling a external command to do template packaging.
Hi @GlieseRay:
sam-cli
now has a build
command which will do the package build, may be we can use this command directly.
I also think we can extend this feature to do "pre deployment/post deployment hook", so user can add cfn-lint
or cfn-nag
into their CloudFormation pipeline.
Is this feature coming in 2.2? Could we use it to run aws cli commands as part of a deployment?