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

Commit c5bae88

Browse files
author
Parth Shah
committed
minor fixes
1 parent 5636ff8 commit c5bae88

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

index.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ module.exports = function(gulp) {
3636
gulp.task('upload', function(callback) {
3737
var packageDefinition = require(path.join(process.cwd(), './package.json'))
3838
var lambdaConfig = packageDefinition.lambda;
39+
console.log('arn:aws:iam::' + process.env.AWS_ACCOUNT_ID + ':role/' + (packageDefinition.lambda.role || 'aws-lambda-default'))
3940
// set defaults
4041
_.defaultsDeep(lambdaConfig, {
4142
region: 'us-east-1',
@@ -50,7 +51,4 @@ module.exports = function(gulp) {
5051
'./dist.zip', lambdaConfig,
5152
callback);
5253
});
53-
54-
55-
5654
};

0 commit comments

Comments
 (0)