python 3.7
boto3 1.4.4
from boto3.session import Session
from botocore.client import Config
session = Session()
config = Config(read_timeout=65)
client = session.client('stepfunctions', config=config)
Go to list of users who liked
More than 5 years have passed since last update.
python 3.7
boto3 1.4.4
from boto3.session import Session
from botocore.client import Config
session = Session()
config = Config(read_timeout=65)
client = session.client('stepfunctions', config=config)
Register as a new user and use Qiita more conveniently
Go to list of users who liked