TIL
Use PYTHONPATH=/var/task to prioritize bundled boto3 in Lambda for new AWS services
Lambda's managed Python runtime may lack service models for new AWS services like DevOps Agent. Set PYTHONPATH=/var/task to prioritize the bundled boto3 over the managed runtime version.