Skip to content

Commit dc2a202

Browse files
committed
add architecture diagram
1 parent 3100e16 commit dc2a202

4 files changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,13 @@
1111

1212
## Introduction
1313

14-
The Serverless Shopping Cart with API Gateway, Lambda, Cognito, SQS, DynamoDB, and Amplify SDK demonstrates how to implement a shopping cart microservice with an integrated frontend built using Vue.js. The application sample displays a mock products page that enables users to add items to the cart without authentication, which is persisted across browser restarts. After logging in, the products are shifted to the user's cart and are removed if logging out. The products in an anonymous cart are terminated after some time, while an authenticated user's cart is persisted. Users can deploy this application sample on AWS & LocalStack using Serverless Application Model (SAM), CloudFormation, and Amplify SDK with minimal changes. To test this application sample, we will demonstrate how you use LocalStack to deploy the infrastructure on your developer machine and your CI environment.
14+
The Serverless Shopping Cart with API Gateway, Lambda, Cognito, SQS, DynamoDB, and Amplify SDK demonstrates how to implement a shopping cart microservice with an integrated frontend built using Vue.js. The application sample displays a mock products page that enables users to add items to the cart without authentication, which is persisted across browser restarts. After logging in, the products are shifted to the user's cart and are removed if logging out.
15+
16+
The products in an anonymous cart are terminated after some time, while an authenticated user's cart is persisted. Users can deploy this application sample on AWS & LocalStack using Serverless Application Model (SAM), CloudFormation, and Amplify SDK with minimal changes. To test this application sample, we will demonstrate how you use LocalStack to deploy the infrastructure on your developer machine and your CI environment.
1517

1618
## Architecture diagram
1719

20+
![Architecture Diagram for Serverless Shopping Cart with API Gateway, Lambda, Cognito, SQS, DynamoDB, and Amplify SDK](images/architecture-diagram.png)
1821

1922
| Endpoint | Method | Description |
2023
| -------------------------- | ------ | ------------------------------------------------------------------------------------------------------------------------------- |

images/AmplifyConsoleScreen.png

-68 KB
Binary file not shown.

images/architecture-diagram.png

535 KB
Loading

images/architecture.png

-87.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)