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

detect large manifests and reduce size #508

Merged
merged 1 commit into from
Feb 26, 2024

Conversation

dgraeber
Copy link
Contributor

Issue #, if available:
#499
Description of changes:
Module Manifests can grow large when parameters increase, and pydantic serializes None values. SSM has a limit of 8192 k (chars) . We are stripping the None values out prior to writing to SSM IF the size is greater than 8192 as a stop-gap.

We realize that this is not a permanent fix.

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

@kukushking kukushking self-requested a review February 23, 2024 17:10
@dgraeber dgraeber merged commit 5a16893 into awslabs:main Feb 26, 2024
5 checks passed
@dgraeber dgraeber deleted the fix/ssm-limits branch February 26, 2024 02:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants