peterkh / cumulus

Helps manage AWS CloudFormation stacks
Other
206 stars 40 forks source link

[Question] Handling larger JSON files #40

Open elliotmoore opened 8 years ago

elliotmoore commented 8 years ago

The dreaded failed to satisfy constraint: Member must have length less than or equal to 51200

Has there been any thought/workflow on how cumulus might handle large templates, ie: uploading and running from s3 first?

config item named: s3-cfn-bucket-name and s3-cfn-path boolean option for use-s3-templates create/update first uploads/syncs cfn-template.json to s3://s3-cfn-bucket-name/s3-cfn-path/ executes CFN against s3://s3-cfn-bucket-name/s3-cfn-path/cfn-template.json