Skip to content

Commit 40fc79e

Browse files
committed
update tiers to list
1 parent 9570f3f commit 40fc79e

File tree

1 file changed

+4
-3
lines changed
  • module7-cloud-computing/r4-serverless-architecture

1 file changed

+4
-3
lines changed

module7-cloud-computing/r4-serverless-architecture/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,10 @@ A web application like the to-do list may use AWS Lambda and Amazon API Gateway
6464
![Architectural Diagram](../assets/to-do-list-app-architecture.png)
6565

6666
This architecural diagram has the following tiers:
67-
Presentation: The static website content hosted in Amazon S3.
68-
Logic: The backend application is where the actual business logic is implemented. The code is implemented using Lambda functions fronted by an API Gateway REST API.
69-
Data: Amazon DynamoDB is used for storing the todo list items data.
67+
68+
- Presentation: The static website content hosted in Amazon S3.
69+
- Logic: The backend application is where the actual business logic is implemented. The code is implemented using Lambda functions fronted by an API Gateway REST API.
70+
- Data: Amazon DynamoDB is used for storing the todo list items data.
7071

7172
For more info about this use case, visit the use cases on AWS [here](https://aws.amazon.com/serverless/), or see the github repository for the whole project [here](https://github.com/aws-samples/lambda-refarch-webapp).
7273

0 commit comments

Comments
 (0)