{"id":21319484,"url":"https://github.com/zoom/videosdk-s3-cloud-recordings","last_synced_at":"2025-06-22T10:38:46.128Z","repository":{"id":218109999,"uuid":"744708246","full_name":"zoom/videosdk-s3-cloud-recordings","owner":"zoom","description":"Automatically download Zoom Cloud Recordings and upload them to an AWS S3 bucket of your choosing","archived":false,"fork":false,"pushed_at":"2024-06-21T17:17:20.000Z","size":120,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-11-21T19:43:41.955Z","etag":null,"topics":["aws-s3","cloud","recordings","sdk","video","video-sdk","zoom"],"latest_commit_sha":null,"homepage":"https://developers.zoom.us","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zoom.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-01-17T21:04:36.000Z","updated_at":"2024-08-19T07:30:08.000Z","dependencies_parsed_at":"2024-01-19T19:47:06.369Z","dependency_job_id":"81caa585-e266-48a1-a4af-752d71b23586","html_url":"https://github.com/zoom/videosdk-s3-cloud-recordings","commit_stats":null,"previous_names":["jcoon97/zoom-video-sdk-s3-uploader","jcoon97/cloud-recording-s3-uploader"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zoom%2Fvideosdk-s3-cloud-recordings","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zoom%2Fvideosdk-s3-cloud-recordings/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zoom%2Fvideosdk-s3-cloud-recordings/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zoom%2Fvideosdk-s3-cloud-recordings/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zoom","download_url":"https://codeload.github.com/zoom/videosdk-s3-cloud-recordings/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235106076,"owners_count":18936647,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-s3","cloud","recordings","sdk","video","video-sdk","zoom"],"created_at":"2024-11-21T19:42:21.360Z","updated_at":"2025-01-22T11:20:54.956Z","avatar_url":"https://github.com/zoom.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Zoom Cloud Recordings S3 Auto-Upload\n\nUse of this sample app is subject to our [Terms of Use](https://explore.zoom.us/en/video-sdk-terms/).\n\nThis Express/Node.js project demonstrates how to set up and listen to Zoom webhooks that, when processed, will automatically stream a download and subsequent upload to AWS S3 for Cloud Recordings storage.\n\n## Installation\n\nIn a terminal window (e.g., Git Bash for Windows or Terminal for Linux/Mac OS), clone this repository by executing the following command:\n\n```bash\n$ git clone https://github.com/zoom/videosdk-s3-cloud-recordings.git\n```\n\n## Setup \u0026 Configuration\n\n1. In a terminal window, `cd` into the cloned repository:\n\n    ```bash\n    $ cd zoom-video-sdk-s3-uploader\n    ```\n\n2. Install all necessary dependencies with `npm`, `yarn`, or `pnpm`:\n\n    ```bash\n    $ npm install\n    ```\n\n3. Rename `.env.local` to `.env`, replacing all environment variables for use with the [AWS SDK](https://github.com/zoom/videosdk-s3-cloud-recordings/wiki/Preparing-Your-AWS-Account) and [Zoom's Video SDK](https://marketplace.zoom.us/develop).\n\n4. Start the development server\n\n    ```bash\n    $ npm run dev\n    ```\n\n5. Once the server is up and running, Zoom requires all webhook endpoints are first validated before webhooks are sent. Refer to Zoom's [_Using Webhooks_](https://developers.zoom.us/docs/api/rest/webhook-reference/) guide for more information.\n\n\u003e [!NOTE]\n\u003e The only required webhook event for this application is **Video SDK \u003e Session recording completed**. All others events that are sent to this application will return `200 OK`, but will not be processed.\n\n## Usage\n\nThis application exposes the `POST /` endpoint; however, this endpoint should not be called manually. Instead, this endpoint is called by Zoom once a Video SDK [Cloud Recording](https://developers.zoom.us/docs/video-sdk/web/recording/) has finished successfully.\n\n## Deployment\n\nAs this application is written in TypeScript, it will need to be deployed with the ability to run via `ts-node`, `tsx`, `swc-node`, or similar; `node` will be unable to run this application out of the box.\n\nIf you want to be able to run the application via the `node` command, it must first be built by executing `npm run build`, which will transpile all TypeScript files to JavaScript, outputting them to the `dist` directory. Once transpiled you can run the application by executing `node server.js` within the `dist` directory.\n\n## Need Help?\n\nIf you're looking for help, try [Developer Support](https://devsupport.zoom.us) or our [Developer Forum](https://devforum.zoom.us). Priority support is also available with [Premier Developer Support](https://explore.zoom.us/docs/en-us/developer-support-plans.html) plans.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzoom%2Fvideosdk-s3-cloud-recordings","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzoom%2Fvideosdk-s3-cloud-recordings","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzoom%2Fvideosdk-s3-cloud-recordings/lists"}