Updating READMEs

This commit is contained in:
Kenny Bastani
2016-12-14 20:19:27 -10:00
parent 298e02f886
commit 3d4463f7b6
4 changed files with 6 additions and 2 deletions

3
.gitmodules vendored Normal file
View File

@@ -0,0 +1,3 @@
[submodule "account-parent/functions/create-account-function"]
path = account-parent/functions/create-account-function
url = https://github.com/kbastani/create-account-function.git

View File

@@ -28,7 +28,7 @@ Spring projects used:
Each microservice in this reference architecture breaks down into three different independently deployable components.
![Account microservice](http://i.imgur.com/J0mMre7.png)
![Account microservice](http://i.imgur.com/WZTR4lQ.png)
The diagram above details the system architecture of the bounded context for _Accounts_, which includes deployable units for each [Backing Service](https://12factor.net/backing-services), [Microservice](https://en.wikipedia.org/wiki/Microservices), and [AWS Lambda Function](https://en.wikipedia.org/wiki/AWS_Lambda).

View File

@@ -4,7 +4,7 @@ This is the parent project that contains modules of a microservice deployment fo
Each microservice in this reference architecture breaks down into three different independently deployable components.
![Account microservice](http://i.imgur.com/J0mMre7.png)
![Account microservice](http://i.imgur.com/WZTR4lQ.png)
The diagram above details the system architecture of the bounded context for _Accounts_, which includes deployable units for each [Backing Service](https://12factor.net/backing-services), [Microservice](https://en.wikipedia.org/wiki/Microservices), and [AWS Lambda Function](https://en.wikipedia.org/wiki/AWS_Lambda).