Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

perf: reduce JSON CloudFormation template size #445

Merged
merged 1 commit into from
Apr 14, 2022
Merged

perf: reduce JSON CloudFormation template size #445

merged 1 commit into from
Apr 14, 2022

Conversation

PatMyron
Copy link
Contributor

@PatMyron PatMyron commented Apr 13, 2022

also: aws/serverless-application-model#2368, aws/aws-cdk#19656, cloudtools/troposphere#2028
#192
CloudFormation templates can currently only be 1MB

Simply reducing indentation from 2 to 1 should remove ~1/4 of the template file size for everyone by default while still preserving indentation formatting. Beyond improving the default, those wishing to reduce readability for further reduced file size could opt into using something like jq on their own for now

@github-actions
Copy link
Contributor

🎉 This PR is included in version 6.0.8 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@PatMyron PatMyron deleted the patch-1 branch April 14, 2022 08:45
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants