Architect's Log

I'm a Cloud Architect. I'm highly motivated to reduce toils with driving DevOps.

Lambda

Today I Learned - 2026-06-02

Today I Learned (TIL) の投稿。今日学んだことを雑多に書く。 Lambda関数からステートマシンを起動する import boto3 import json import os sfn = boto3.client('stepfunctions') # 環境変数から取得 STATE_MACHINE_ARN = os.environ['STATE_MACHINE_ARN']…