Lambda support
This commit is contained in:
11
account-parent/account-web/manifest.yml
Normal file
11
account-parent/account-web/manifest.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
name: account-web
|
||||
memory: 512M
|
||||
instances: 1
|
||||
path: ./target/account-web-0.0.1-SNAPSHOT.jar
|
||||
buildpack: java_buildpack
|
||||
services:
|
||||
- rabbit-events
|
||||
- redis-cache
|
||||
disk_quota: 1024M
|
||||
host: account-event-web
|
||||
domain: cfapps.io
|
||||
@@ -48,6 +48,10 @@
|
||||
<artifactId>spring-statemachine-core</artifactId>
|
||||
<version>1.1.1.RELEASE</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.amazonaws</groupId>
|
||||
<artifactId>aws-java-sdk-lambda</artifactId>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.jayway.jsonpath</groupId>
|
||||
@@ -56,6 +60,18 @@
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<dependencyManagement>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.amazonaws</groupId>
|
||||
<artifactId>aws-java-sdk-bom</artifactId>
|
||||
<version>1.11.67</version>
|
||||
<type>pom</type>
|
||||
<scope>import</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
|
||||
Reference in New Issue
Block a user