We’re rotating client secrets for our WEM polling service. The Lambda pulls adherence every 30s for 500 agents. We can’t stop the service to update the secret in the env vars. Is there an API endpoint to swap secrets atomically? Or do we need to update the Lambda config and handle 401 Unauthorized errors in code until the new token is cached? We’re using the Python SDK.