About the website : In this assignment, we have developed a pizza ordering application in which customers can order items and their requests will be first sent in SQS and then later will be inserted in DynamoDB through Lambda function.
Flow of architecture :
- Website has been developed using NodeJS, ExpressJS, HTML and CSS. Its code is running inside an EC2 instance.
- A customer’s request on order will be first sent in SQS (using functions from AWS-SDK).
- Then, Lambda function will be triggered (on clients’ requests’ insertion in SQS) and it will insert that request from SQS to DynamoDB.
