The Alibaba Cloud SLS Gateway Library for Python provides a gateway client for interacting with Alibaba Cloud Log Service (SLS). This library is part of the Alibaba Cloud SDK ecosystem and handles low-level gateway communication, including authentication and request signing, before delegating to service clients. Current version is 0.4.2, with a mature release cadence.
pip install alibabacloud-gateway-slsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates an SLS gateway client using environment variables for credentials.
For standard SLS operations (e.g., log ingestion, query), use 'aliyun-log-python-sdk' instead.
Use CredentialClient or environment variables; refer to the Alibaba Cloud SDK guide.
Verify the correct endpoint for your region and SLS service.
Use 'from alibabacloud_gateway_sls.client import Client'
Ensure ALIBABA_CLOUD_ACCESS_KEY_ID and ALIBABA_CLOUD_ACCESS_KEY_SECRET environment variables are correctly set.
Provide a valid endpoint like 'cn-hangzhou.log.aliyuncs.com'.
No dependency data recorded yet.