Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit f4ebba1

Browse files
author
Parth Shah
committed
fixing dependency
1 parent 7324b34 commit f4ebba1

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ module.exports = {
3333
secretAccessKey: process.env.AWS_SECRET_ACCESS_KEY,
3434
region: 'us-east-1',
3535
handler: 'index.handler',
36-
role: process.env.AWS_LABMDA_ARN,
36+
role: process.env.AWS_LABMDA_ROLE_ARN,
3737
functionName: <function name>,
3838
timeout: 10,
3939
memorySize: 128,

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
{
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",
55
"main": "index.js",
66
"repository": {
77
"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"
99
},
1010
"keywords": [
11+
"gulp",
1112
"aws",
12-
"lambda",
13-
"gulp"
13+
"lambda"
1414
],
15-
"author": "Eric Abouaf <[email protected]>",
1615
"license": "MIT",
1716
"bugs": {
18-
"url": "https://github.com/neyric/aws-lambda-gulp-tasks/issues"
17+
"url": "https://github.com/appirio-tech/tc-lambda-gulp-tasks/issues"
1918
},
2019
"dependencies": {
2120
"aws-sdk": "^2.1.45",
2221
"del": "^2.0.0",
2322
"gulp": "^3.9.0",
2423
"gulp-install": "^0.5.0",
24+
"gulp-envify": "^1.0.0",
2525
"gulp-zip": "^3.0.2",
2626
"node-aws-lambda": "^0.1.5"
2727
}

0 commit comments

Comments
 (0)