Skip to content

Commit b7933da

Browse files
committed
Adding additional detail to package upload error message
1 parent e22e523 commit b7933da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/deploy_task.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ deployTask.getHandler = function (grunt) {
226226

227227
lambda.updateFunctionCode(codeParams, function (err, data) {
228228
if (err) {
229-
grunt.fail.warn('Package upload failed, check you have lambda:UpdateFunctionCode permissions.');
229+
grunt.fail.warn('Package upload failed, check you have lambda:UpdateFunctionCode permissions and that your package is not too big to upload.');
230230
}
231231

232232
grunt.log.writeln('Package deployed.');

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy