{"id":26838,"library":"cloudsearch","title":"cloudsearch","description":"A Python SDK for Amazon CloudSearch. Provides a simple interface to search, upload, and manage documents in an AWS CloudSearch domain. Version 0.0.12, with no recent release.","status":"active","version":"0.0.12","language":"python","source_language":"en","source_url":"https://github.com/thanakijwanavit/cloudsearch/tree/master/","tags":["aws","cloudsearch","search","sdk"],"install":[{"cmd":"pip install cloudsearch","lang":"bash","label":"Install from PyPI"}],"dependencies":[],"imports":[{"wrong":"from cloudsearch import CloudSearch","symbol":"CloudSearch","correct":"import cloudsearch"}],"quickstart":{"code":"import os\nfrom cloudsearch import CloudSearch\n\nclient = CloudSearch(\n    domain_name=os.environ.get('CLOUDSEARCH_DOMAIN', 'example-domain'),\n    region=os.environ.get('CLOUDSEARCH_REGION', 'us-east-1'),\n    access_key_id=os.environ.get('AWS_ACCESS_KEY_ID', ''),\n    secret_access_key=os.environ.get('AWS_SECRET_ACCESS_KEY', '')\n)\nresult = client.search(q='test')\nprint(result)","lang":"python","description":"Initialize CloudSearch client and perform a basic search."},"warnings":[{"fix":"Use boto3 directly for role-based auth, or implement your own credential chain.","message":"The library does not support IAM roles or STS tokens directly; you must pass literal key/secret. Not suitable for EC2 instance profiles.","severity":"gotcha","affected_versions":"<=0.0.12"},{"fix":"Migrate to Amazon OpenSearch Service or a self-managed solution.","message":"AWS CloudSearch is not actively developed by AWS; consider using OpenSearch or Elasticsearch for new projects.","severity":"deprecated","affected_versions":"all"}],"env_vars":null,"search_vec":"'0.0.12':24 'amazon':6 'aw':20,29 'cloudsearch':1,7,21,30 'document':17 'domain':22 'interfac':11 'manag':16 'provid':8 'python':3 'recent':27 'releas':28 'sdk':4,32 'search':13,31 'simpl':10 'upload':14 'version':23","created_at":"2026-05-01T17:43:08.368289+00:00","updated_at":"2026-05-01T17:43:08.368289+00:00","problems":null,"ecosystem":"pypi","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":"","cli_version":null,"type":"library","homepage":null,"github":"https://github.com/thanakijwanavit/cloudsearch","docs":null,"changelog":null,"pypi":"https://pypi.org/project/cloudsearch/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["aws","http-networking"],"base_url":null,"auth_type":null,"provenance":{"verified_status":"passing","verified_at":"2026-07-03","last_verified":"2026-07-03","next_check":"2026-08-02","install_tag":null}}