{"id":22066091,"url":"https://github.com/pcpratheesh/s3fileszipper","last_synced_at":"2026-05-15T22:31:19.230Z","repository":{"id":154439049,"uuid":"298955093","full_name":"pcpratheesh/s3FilesZipper","owner":"pcpratheesh","description":"Amazon lambda function to read s3 files and create as zip","archived":false,"fork":false,"pushed_at":"2020-09-28T04:25:51.000Z","size":14182,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-06T22:55:00.796Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/pcpratheesh.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":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-09-27T04:47:34.000Z","updated_at":"2020-09-28T04:25:53.000Z","dependencies_parsed_at":"2024-06-19T11:07:54.736Z","dependency_job_id":null,"html_url":"https://github.com/pcpratheesh/s3FilesZipper","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pcpratheesh/s3FilesZipper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pcpratheesh%2Fs3FilesZipper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pcpratheesh%2Fs3FilesZipper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pcpratheesh%2Fs3FilesZipper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pcpratheesh%2Fs3FilesZipper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pcpratheesh","download_url":"https://codeload.github.com/pcpratheesh/s3FilesZipper/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pcpratheesh%2Fs3FilesZipper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33081978,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T20:25:35.270Z","status":"ssl_error","status_checked_at":"2026-05-15T20:25:34.732Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":[],"created_at":"2024-11-30T19:25:39.820Z","updated_at":"2026-05-15T22:31:19.213Z","avatar_url":"https://github.com/pcpratheesh.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# \nGoLang (google go)\n\n# s3FilesZipper\nAmazon lambda golang function to read s3 bucket files and create as a zip.\nMove the created zip file into same or another bucket destination.\n\n# Steps\n\n - Load Configuration\n - Read files from s3 related with the path provided in configuration\n - Create zip\n - Copy zip into destintion s3 bucket path\n\n# Deployment\n - Download the deployment file from https://github.com/pratheeshpcplpta/s3FilesZipper\n - Build the go with the following command  -   **env GOOS=linux go build -o main main.go \u0026\u0026 zip deployment.zip main**\n\n - Upload the deployment file to lambda\n - Set the configuration\n\n Handler function name: main\n\n\n# Configurations\nYou have to provide the configuration as base64 encoded format. Either add **CONFIG** in lambda variable configuration or you can pass the **config** as parameter if the lambda trigger event is like amzon API interface.\n\nUse https://www.base64encode.org/ to encode the configurations\n\n# Config Params\n\n```json\n{   \t\n  \t\"region\" : \"Region\",\n\t\"bucket\" : \"Source Bucket\",\n\t\"destinationbucket\" : \"Destination Bucket\",\n  \t\"filesources\" : [\"list of file sources\"],\n    \t\"tmpfilepath\" : \"temporary zip create path, provide if using VPC and EFS in lambda,default config will be /tmp\",\n    \t\"zipdestinationfilepath\" : \"Destination path for copy the ziped file within the destination buket\"\n  }\n\n```\n# Important\n- If you are trying to zip files larger than 512 MB size, then you have to setup VPC and EFS (Elastic File System) in lambda function. Lambda only allows 512MB size to create a tmp file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpcpratheesh%2Fs3fileszipper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpcpratheesh%2Fs3fileszipper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpcpratheesh%2Fs3fileszipper/lists"}