def lambda_handler(event, context): if "hoge" not in event: event["hoge"] = "fuga" boto3.client("lambda").invoke( FunctionName=context.function_name, ...
確定! 回上一頁