1Development with AWS Services I: Serverless Core
- 1.1AWS Lambda and Serverless
Understand the basics of AWS Lambda (event-driven, no servers, billing model), handlers and the execution environment, memory/timeout, and cold starts. The core of "Development with AWS Services" in DVA-C02.
- 1.2Exposing APIs with Amazon API Gateway
Understand exposing APIs with API Gateway (routing, auth, throttling, stages, caching), REST/HTTP/WebSocket differences, and Lambda integration.
- 1.3Working with Data in Amazon DynamoDB
Understand DynamoDB tables and keys (partition/sort key), Query vs. Scan, and global secondary indexes (GSI)—the data layer for serverless apps.

