diff --git a/account-parent/account-web/manifest.yml b/account-parent/account-web/manifest.yml
new file mode 100644
index 0000000..1552562
--- /dev/null
+++ b/account-parent/account-web/manifest.yml
@@ -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
diff --git a/account-parent/account-worker/pom.xml b/account-parent/account-worker/pom.xml
index 0710b20..27533e5 100644
--- a/account-parent/account-worker/pom.xml
+++ b/account-parent/account-worker/pom.xml
@@ -48,6 +48,10 @@
spring-statemachine-core
1.1.1.RELEASE
+
+ com.amazonaws
+ aws-java-sdk-lambda
+
com.jayway.jsonpath
@@ -56,6 +60,18 @@
+
+
+
+ com.amazonaws
+ aws-java-sdk-bom
+ 1.11.67
+ pom
+ import
+
+
+
+
diff --git a/account-parent/functions/create-account-function b/account-parent/functions/create-account-function
index e24bbd1..5bd158b 160000
--- a/account-parent/functions/create-account-function
+++ b/account-parent/functions/create-account-function
@@ -1 +1 @@
-Subproject commit e24bbd143726049c7ef728c4f3faf6056f716d71
+Subproject commit 5bd158b0bfe327ab5be02e404b5d3707360fb740