Tagged: serverless
Showing 1–5 of 8 articles
Tier 3 logging in code: OpenTelemetry to Grafana Tempo The three changes that take a serverless API from Powertools and traceparent strings to OTel SDK spans shipping to Tempo, with a runnable docker-compose stack. Read article Tier 2 logging in code: Powertools, EMF, traceparent The three changes that take a serverless API from CloudWatch-only logging to Tier 2, walked through with a runnable LocalStack repo and the actual log lines it produces. Read article API logging in production Three-tier guide to logging a serverless API on AWS. The CloudWatch-only baseline in detail, plus what I would reach for next when it strains. Read article DynamoDB single-table design, worked through Four entities, six access patterns, one table, one GSI. The key design walked step by step with the runnable repo behind it. Read article Orchestration vs choreography: which to choose Side by side comparison of the two saga implementations from the previous posts. What each one cost to build, what it gives you operationally, and which questions to ask before picking. Read article