You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 17, 2023. It is now read-only.
I'm running into an issue as my template has apparently exceeded the limit for submitting it via the command line. I'm getting the following error when trying cpack build and cpack deploy:
Member must have length less than or equal to 51200
It would be fantastic to be able to upload the template file to S3 and then use that in the cloudformation deployment process.
The text was updated successfully, but these errors were encountered:
As a workaround I am bale to do cpack build --no-validate and manually upload the resulting json file to CloudFormation. Ideally, though, cpack deploy should handle this.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm running into an issue as my template has apparently exceeded the limit for submitting it via the command line. I'm getting the following error when trying
cpack build
andcpack deploy
:Member must have length less than or equal to 51200
It would be fantastic to be able to upload the template file to S3 and then use that in the cloudformation deployment process.
The text was updated successfully, but these errors were encountered: