Tagged: lambda
5 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 Orchestration with Step Functions The same four-step order saga, this time driven by a Step Functions state machine. Catch blocks for compensation, no event bus. Read article Choreography with EventBridge Four Lambdas coordinated through EventBridge events, deployed to LocalStack. The first half of a saga pattern comparison; the orchestration version comes next. Read article