Closed pauloancheta closed 6 years ago
upload a cfn-template to an s3 bucket.
First upload of file and following naming conventions:
iidy publish-cfn-template --s3-bucket=s3://your-company-production/your-app
For succeeding uploads given that template in stack args is s3://your-company-production/your-app:
iidy publish-cfn-template
When not following the nameing conventions:
iidy publish-cfn-template --s3-bucket=s3://your-company-production/your-app --cfn-template=./my-custom-template.yaml iidy publish-cfn-template --cfn-template=./my-custom-template.yaml
upload a cfn-template to an s3 bucket.
First upload of file and following naming conventions:
For succeeding uploads given that template in stack args is s3://your-company-production/your-app:
When not following the nameing conventions: