Skip to content

Commit f9c90c8

Browse files
committed
Generate zip without date/time
1 parent d1d03e7 commit f9c90c8

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

Gruntfile.js

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,9 @@ var grunt = require('grunt');
22
grunt.loadNpmTasks('grunt-aws-lambda');
33

44
grunt.initConfig({
5-
lambda_invoke: {
6-
default: {
7-
options: {
8-
file_name: 'CreateThumbnail.js'
9-
}
10-
}
11-
},
12-
lambda_deploy: {
13-
default: {
14-
arn: 'arn:aws-cn:lambda:cn-north-1:761602622223:function:lab_CreateThumbnail'
15-
}
16-
},
175
lambda_package: {
186
default: {
197
include_time: false
208
}
219
}
22-
});
23-
24-
grunt.registerTask('deploy', ['lambda_package', 'lambda_deploy'])
10+
});

0 commit comments

Comments
 (0)