Serverless REST API
Prompt
Create an AWS architecture diagram for a serverless REST API: CloudFront in front of API Gateway, Lambda handling requests, DynamoDB for primary storage, S3 for file uploads, SQS for async jobs, and CloudWatch for logs and alarms.
Why this prompt works
It names the user path, storage path, and support services in one concise prompt, giving the model enough structure to place the main components correctly.
Follow-up prompt
Add IAM boundaries, retry path from SQS, and annotate which components are public versus private.