import os import boto3 TEXTRACT_CLIENT = boto3.client('textract', region_name=os.environ['REGION']) def lambda_handler(event, ...
確定! 回上一頁