Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

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

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants