-
Notifications
You must be signed in to change notification settings - Fork 241
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
Use SAM cli --s3-bucket in SAM deploy to avoid template size limit error #1973
Comments
@roneystein We already use Line 128 in 7bb1c9d
|
@roneystein Thanks, I see what is wrong now. SAM package uses --s3-bucket but sam deploy does not. Thanks for helping us track down the issue. |
This change will be in the next release, thanks for reporting this! |
I saw this bug should be fixed in version 1.18 but it still occur me in: |
@jeremyc11 Hello, if you are having issues can you please open a new issue? |
Is your feature request related to a problem? Please describe.
When a project's template reaches the 51,200 bytes size limit we can't have the deployment/change set done using the UI as it errors.
Describe the solution you'd like
Use the SAM cli --s3-bucket option to avoid the first size limit.
Describe alternatives you've considered
Currently there's no other alternative other than running the command line manually adding the --s3-bucket option.
Additional context
The text was updated successfully, but these errors were encountered: