We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e22e523 commit b7933daCopy full SHA for b7933da
utils/deploy_task.js
@@ -226,7 +226,7 @@ deployTask.getHandler = function (grunt) {
226
227
lambda.updateFunctionCode(codeParams, function (err, data) {
228
if (err) {
229
- grunt.fail.warn('Package upload failed, check you have lambda:UpdateFunctionCode permissions.');
+ grunt.fail.warn('Package upload failed, check you have lambda:UpdateFunctionCode permissions and that your package is not too big to upload.');
230
}
231
232
grunt.log.writeln('Package deployed.');
0 commit comments