Skip to content

Commit

Permalink
Append README.
Browse files Browse the repository at this point in the history
  • Loading branch information
crossroad0201 committed Nov 16, 2016
1 parent 89a8d76 commit 65a385f
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,13 @@ Require [VPC Endpoint](http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/vpc

### Code

* Build lambda function module.
```
sbt assembly
```
* Download jar module from releases
* Or build from source.(Require JDK, Scala, sbt)
```
sbt assembly
```
* Upload `target/scala-x.x.x/flywayAwsLambda-assembly-x.x.x.jar`.
* Upload `target/scala-x.x.x/flyway-awslambda-x.x.x.jar`.
### Configuration
Expand Down

0 comments on commit 65a385f

Please sign in to comment.