Cloudonauts ECommerce is a cloud native online shopping platform. It is scalable and resilient, utilizing the flexibility of the cloud.
- ECS(Amazon Elastic Container Service): // Deploying backend in clusters.
- RDS(Relational Database) for Postgres: // Storing inventory, customer data, order history etc.
- Cloudfront: // Hosting application at edge locations.
- Cognito: // Secure login managed by AWS.
- Lambda: // Processing Asynchronous events like sending message to SQS.
- Route 53: // Managing Hosted Zones and DNS records.
- ACM(Amazon Certificate Manager) // Issuing certificate for securing connection (HTTPS).
- S3 (Simple Storage Service) // Static website hosting and storing images for website.
- SES (Simple Email Service) // Automating email receipts to customers.
- Front-End: React.js
- Back-End: Python Flask
- RDBMS: PostgresSQL




