{"id":21170267,"url":"https://github.com/danieldev0724/basic-lambda-package-for-clickhouse","last_synced_at":"2026-04-29T15:02:19.136Z","repository":{"id":188892009,"uuid":"664317650","full_name":"danieldev0724/basic-lambda-package-for-clickhouse","owner":"danieldev0724","description":"This is basic lambda package for AWS Clickhouse","archived":false,"fork":false,"pushed_at":"2023-07-09T16:05:18.000Z","size":1164,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-17T01:42:53.150Z","etag":null,"topics":["aws","clickhouse","lambda-functions","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/danieldev0724.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-07-09T15:51:32.000Z","updated_at":"2024-02-05T23:47:55.000Z","dependencies_parsed_at":"2023-08-17T11:09:25.005Z","dependency_job_id":null,"html_url":"https://github.com/danieldev0724/basic-lambda-package-for-clickhouse","commit_stats":null,"previous_names":["danieldev0724/basic-lambda-package-for-clickhouse"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/danieldev0724/basic-lambda-package-for-clickhouse","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danieldev0724%2Fbasic-lambda-package-for-clickhouse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danieldev0724%2Fbasic-lambda-package-for-clickhouse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danieldev0724%2Fbasic-lambda-package-for-clickhouse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danieldev0724%2Fbasic-lambda-package-for-clickhouse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danieldev0724","download_url":"https://codeload.github.com/danieldev0724/basic-lambda-package-for-clickhouse/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danieldev0724%2Fbasic-lambda-package-for-clickhouse/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32430803,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T13:34:34.882Z","status":"ssl_error","status_checked_at":"2026-04-29T13:34:29.830Z","response_time":110,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws","clickhouse","lambda-functions","python"],"created_at":"2024-11-20T15:57:47.439Z","updated_at":"2026-04-29T15:02:19.121Z","avatar_url":"https://github.com/danieldev0724.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Documentation for creating AWS Lambda package for clickhouse\n\nLambda functions run in an isolated environment and require all external dependencies to be packaged and deployed together with the function code.\n\n## How to create Lmabda package \n1.Create a deployment package:\n- Create a new directory for your deployment package.\n- Install the required dependencies inside this directory. In your case, the dependency is the clickhouse_driver module. You can install it using pip:\n```Shell\npip install clickhouse-driver -t .  \n```\n- This command will install the clickhouse_driver module and its dependencies into the current directory.\n\n2.Package the Lambda function:\n- Place your Lambda function code file (lambda_function.py) in the same directory.\n- Create a ZIP archive of the entire directory (including the installed dependencies).\n\n3.Deploy the Lambda function:\n- Go to the AWS Lambda console.\n- Create a new Lambda function or update the existing one.\n- In the \"Code\" section, upload the ZIP archive you created in the previous step.\n- Make sure to specify lambda_handler as the handler name (assuming it is the correct name for your function).\n- Configure other settings as required.\n- Save and test the Lambda function.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanieldev0724%2Fbasic-lambda-package-for-clickhouse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanieldev0724%2Fbasic-lambda-package-for-clickhouse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanieldev0724%2Fbasic-lambda-package-for-clickhouse/lists"}