Using only AWS Services: SQS, SNS, and client applications, create a cloud version of the CAPS system.
The CAPS (Cloud-based Application Package System) leverages AWS services to create a scalable, reliable, and efficient package delivery system using SNS, SQS, and Node.js applications.
- SNS Topic: pickup.fifo
- SQS FIFO Queue: packages.fifo
- Vendor SQS Standard Queues: vendor1, vendor2, etc.
- Vendor Application: Sends pickup requests and receives delivery notifications.
- Driver Application: Processes packages and sends delivery notifications.
- Clone the Repository
git clone https://github.com/qilinxie02/caps-cloud.git cd caps-cloud
