# Bendetti AWS Architecture

Bendetti uses Amazon Web Services to host websites and business systems with speed, scalability and reliability.

## Static websites
- Amazon S3 for static files
- Amazon CloudFront for global CDN delivery
- HTTPS and caching through CloudFront

## Serverless systems
- API Gateway for HTTP APIs
- AWS Lambda for backend logic
- DynamoDB for structured data
- S3 private buckets for protected uploads
- SES for customer emails
- CloudWatch for logs and debugging

## Bendetti Orders architecture
Bendetti Orders uses frontend assets on S3 and CloudFront, a serverless API through API Gateway and Lambda, DynamoDB for orders and tenants, private S3 for receipts, SES for email delivery, Telegram for business notifications and CloudWatch for monitoring.

## Why AWS matters
AWS allows Bendetti to build systems that are not limited by basic website builders. A business can start with a website and grow into ordering, dashboards, e-commerce, reports, notifications and SaaS-style modules.

## Benefits
- Fast page delivery
- Professional infrastructure
- Scalable backend options
- Secure private storage
- API-based architecture
- Better long-term control
- No dependency on generic website builders
