Currently, if we generate a CloudFormation template, we have to store it in a temporary location so that the aws cloudformation package --template-file=path/to/tempfile.
Can we please add an option to accept the template-file from STDIN to allow this flow:
generate_cloudformation | aws cloudformation package
Currently, if we generate a CloudFormation template, we have to store it in a temporary location so that the
aws cloudformation package --template-file=path/to/tempfile.Can we please add an option to accept the
template-filefrom STDIN to allow this flow:generate_cloudformation | aws cloudformation package