Problemunvalidated
Every `boto3.Session()` call is costing me 50ms-100ms in latency — creating a new session at the beginning of every endpoint. Tension: it'd be great if I could just create a global one and have it never expire. Outcome: creating a global `boto3.Session`.
2c6a4cd3-1680-44d9-bc3e-83aee31a4782
Every boto3.Session() call is costing me 50ms-100ms in latency — creating a new session at the beginning of every endpoint. Tension: it'd be great if I could just create a global one and have it never expire. Outcome: creating a global boto3.Session.