Skip to content

Commit

Permalink
Remove default AWS region which prevents it being picked up from the …
Browse files Browse the repository at this point in the history
…environment (#23)
  • Loading branch information
larroy authored and fiadliel committed Nov 28, 2016
1 parent 1268f87 commit 56e92f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/com/gilt/aws/lambda/AwsLambdaPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ object AwsLambdaPlugin extends AutoPlugin {
handlerName := None,
lambdaHandlers := List.empty[(String, String)],
roleArn := None,
region := Some("us-east-1"),
region := None,
awsLambdaMemory := None,
awsLambdaTimeout := None
)
Expand Down

0 comments on commit 56e92f3

Please sign in to comment.