Skip to content

Commit

Permalink
fix(aws): remmove not defined error
Browse files Browse the repository at this point in the history
  • Loading branch information
amowu committed Jan 12, 2016
1 parent c4050ca commit e9a283b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gulpfile.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ gulp.task('default', ['build'], () =>
Handler: config.AWS.LAMBDA_HANDLER,
MemorySize: config.AWS.LAMBDA_MEMORY_SIZE,
Role: `arn:aws:iam::${config.AWS.ACCOUNT_ID}:role/lambda_basic_execution`,
Runtime: 'nodejs',
Timeout: config.AWS.LAMBDA_TIMEOUT
},{
region: config.AWS.LAMBDA_REGION
Expand Down

0 comments on commit e9a283b

Please sign in to comment.