[PYTHON] Set connection timeout with boto3

python 3.7 boto3 1.4.4

http://botocore.readthedocs.io/en/latest/reference/config.html

from boto3.session import Session
from botocore.client import Config
	
session = Session()
config = Config(read_timeout=65)
client = session.client('stepfunctions', config=config)

Recommended Posts

Set connection timeout with boto3
Tested with boto3 + mock
Region specification with boto
S3 uploader with boto
S3 operation with python boto3
Change retry settings with boto3
UDP simultaneous connection with Python
Set environment variables with lambda-uploader
Connection pooling with Python + MySQL
Set up social login with Django
Set up pygit2 with static link
Get AWS account ID with boto3
Set python compile options with pyenv
Set multiple WSGIPythonPath with Apache + mod_wsgi
Realize DB connection pool with golang
Connect to Elastic MQ with boto
Use boto3 to mess with S3
Generate S3 signed URL with boto