{"id":20296003,"url":"https://github.com/fdorantesm/nestjs-elastic-transcoder","last_synced_at":"2026-05-07T20:44:58.482Z","repository":{"id":143199001,"uuid":"614657719","full_name":"fdorantesm/nestjs-elastic-transcoder","owner":"fdorantesm","description":"A AWS Elastic Transcoder module for NestJS created using ChatGPT","archived":false,"fork":false,"pushed_at":"2023-03-16T06:12:44.000Z","size":112,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-09T11:59:35.945Z","etag":null,"topics":["aws","aws-elastic-transcoder","chat-gpt","elastic-transcoder","nestjs-elastic-transcoder"],"latest_commit_sha":null,"homepage":"https://npmjs.com/package/nestjs-elastic-transcoder","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fdorantesm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","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":"2023-03-16T03:23:29.000Z","updated_at":"2023-03-16T06:11:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"aa449e22-2a24-4035-90de-9a174594a2f1","html_url":"https://github.com/fdorantesm/nestjs-elastic-transcoder","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"fdorantesm/nestjs-dynamic-module-template","purl":"pkg:github/fdorantesm/nestjs-elastic-transcoder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fdorantesm%2Fnestjs-elastic-transcoder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fdorantesm%2Fnestjs-elastic-transcoder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fdorantesm%2Fnestjs-elastic-transcoder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fdorantesm%2Fnestjs-elastic-transcoder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fdorantesm","download_url":"https://codeload.github.com/fdorantesm/nestjs-elastic-transcoder/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fdorantesm%2Fnestjs-elastic-transcoder/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27364491,"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","status":"online","status_checked_at":"2025-11-29T02:00:06.589Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","aws-elastic-transcoder","chat-gpt","elastic-transcoder","nestjs-elastic-transcoder"],"created_at":"2024-11-14T15:36:56.030Z","updated_at":"2025-11-29T21:06:24.382Z","avatar_url":"https://github.com/fdorantesm.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NestJS Elastic Transcoder\n\n### forRoot method\n\n```ts\n\n@Module({\n  imports: [\n    ElasticTranscoderModule.forRoot({\n      accessKeyId: '',\n      region: '',\n      secretAccessKey: ''\n    })\n  ]\n})\nexport class AppModule {}\n```\n\n### forRootAsync method\n\n```ts\n@Module({\n  imports: [\n    ElasticTranscoderModule.forRootAsync({\n      imports: [ConfigModule.forFeature(elasticTranscoderLoader)],\n      inject: [ConfigService],\n      useFactory(configService: ConfigService) {\n        return {\n          accessKeyId: configService.get('accessKeyId'),\n          region: configService.get('region'),\n          secretAccessKey: configService.get('secretAccessKey')\n        };\n      }\n    })\n  ]\n})\nexport class AppModule {}\n```\n\n### forFeature method\n```ts\n@Module({\n  imports: [\n    ElasticTranscoderModule.forFeature()\n  ]\n})\nexport class VideosModule {}\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffdorantesm%2Fnestjs-elastic-transcoder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffdorantesm%2Fnestjs-elastic-transcoder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffdorantesm%2Fnestjs-elastic-transcoder/lists"}