Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fiadliel committed Oct 19, 2015
1 parent 8943158 commit 80ce762
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Installation
Add the following to your `project/plugins.sbt` file:

```scala
addSbtPlugin("com.gilt.sbt" % "sbt-aws-lambda" % "0.2.0")
addSbtPlugin("com.gilt.sbt" % "sbt-aws-lambda" % "0.2.2")
```

Add the `AwsLambdaPlugin` auto-plugin to your build.sbt:
Expand Down Expand Up @@ -41,6 +41,8 @@ sbt-aws-lambda can be configured using sbt settings, environment variables or by
| handlerName | AWS_LAMBDA_HANDLER_NAME | Java class name and method to be executed, e.g. `com.gilt.example.Lambda::myMethod` |
| roleArn | AWS_LAMBDA_IAM_ROLE_ARN |The [ARN](http://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html "AWS ARN documentation") of an [IAM](https://aws.amazon.com/iam/ "AWS IAM documentation") role to use when creating a new Lambda |
| region | AWS_REGION | The name of the AWS region to connect to. Defaults to `us-east-1` |
| awsLambdaTimeout | | The Lambda timeout in seconds (1-300). Defaults to AWS default. |
| awsLambdaMemory | | The amount of memory in MB for the Lambda function (128-1536, multiple of 64). Defaults to AWS default. |


Publishing new versions of this plugin
Expand Down

0 comments on commit 80ce762

Please sign in to comment.