work() started", "logger": "root", "requestId": "0c657120-8529-44a2-acc2-f80b1d059215", “executionArn”: “arn:aws:lambda:us-east…(省略)", "operationName": "work-step", "attempt": 1, “operationId”: “1ced8f5be2db23a6…(省略)", "mode": "success" } step_ctx.logger.info("STEP: work() started", extra={"mode": mode}) • StepContextLogger • Lambda実行単位で設定されるID • replayごとに異なる • step単位で設定されるID • replayしても同じ • stepが実行された回数 具体的に動きを見てみよう ①正常系