This repository was archived by the owner on Mar 4, 2025. It is now read-only.
File tree 2 files changed +9
-9
lines changed
2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ module.exports = {
33
33
secretAccessKey: process .env .AWS_SECRET_ACCESS_KEY ,
34
34
region: ' us-east-1' ,
35
35
handler: ' index.handler' ,
36
- role: process .env .AWS_LABMDA_ARN ,
36
+ role: process .env .AWS_LABMDA_ROLE_ARN ,
37
37
functionName: < function name>,
38
38
timeout: 10,
39
39
memorySize: 128,
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " aws -lambda-gulp-tasks" ,
3
- "version" : " 1 .0.1" ,
4
- "description" : " Gulp tasks to deploy AWS lambdas" ,
2
+ "name" : " tc -lambda-gulp-tasks" ,
3
+ "version" : " 0 .0.1" ,
4
+ "description" : " Topcoder Gulp tasks to deploy AWS lambdas" ,
5
5
"main" : " index.js" ,
6
6
"repository" : {
7
7
"type" : " git" ,
8
- "url" : " https://github.com/appirio-tech/tc-aws- lambda-gulp-tasks.git"
8
+ "url" : " https://github.com/appirio-tech/tc-lambda-gulp-tasks.git"
9
9
},
10
10
"keywords" : [
11
+ " gulp" ,
11
12
" aws" ,
12
- " lambda" ,
13
- " gulp"
13
+ " lambda"
14
14
],
15
- "author" :
" Eric Abouaf <[email protected] >" ,
16
15
"license" : " MIT" ,
17
16
"bugs" : {
18
- "url" : " https://github.com/neyric/aws -lambda-gulp-tasks/issues"
17
+ "url" : " https://github.com/appirio-tech/tc -lambda-gulp-tasks/issues"
19
18
},
20
19
"dependencies" : {
21
20
"aws-sdk" : " ^2.1.45" ,
22
21
"del" : " ^2.0.0" ,
23
22
"gulp" : " ^3.9.0" ,
24
23
"gulp-install" : " ^0.5.0" ,
24
+ "gulp-envify" : " ^1.0.0" ,
25
25
"gulp-zip" : " ^3.0.2" ,
26
26
"node-aws-lambda" : " ^0.1.5"
27
27
}
You can’t perform that action at this time.
0 commit comments