AWS Serverless APIs & Apps
Why Serverless
Serverless Web hosting runs on-demand. It has unlimited capacity and scales automatically. The users can pay what they need. Code runs on managed AWS infrastructure which is up-to-date and secure.
Core Serverless Services
| For | Function | Service |
|---|---|---|
| App | Static App | S3 |
| API | REST API | API Gateway |
| Logic | Execute Code on Demand | Lambda |
| Data | Store & Retrieve Data | DynamoDB |
| Auth | Authenticate Users | Cognito |
| DNS | Translate URL | Route 53 |
| Cache | Improve Performance | Cloudfront |