{"id":22845914,"url":"https://github.com/conoro/circleci-rebuild-serverless","last_synced_at":"2025-10-21T07:31:23.364Z","repository":{"id":44309270,"uuid":"113756575","full_name":"conoro/circleci-rebuild-serverless","owner":"conoro","description":"A Serverless AWS Lambda function that runs once per day and rebuilds a set of CircleCI projects","archived":false,"fork":false,"pushed_at":"2024-11-26T16:18:02.000Z","size":29,"stargazers_count":0,"open_issues_count":10,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-13T03:21:15.848Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/conoro.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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":"2017-12-10T14:28:02.000Z","updated_at":"2022-08-15T12:06:14.000Z","dependencies_parsed_at":"2024-11-26T17:23:18.039Z","dependency_job_id":"a0ca7a52-7e67-45a2-b9be-445454f33cab","html_url":"https://github.com/conoro/circleci-rebuild-serverless","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conoro%2Fcircleci-rebuild-serverless","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conoro%2Fcircleci-rebuild-serverless/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conoro%2Fcircleci-rebuild-serverless/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conoro%2Fcircleci-rebuild-serverless/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conoro","download_url":"https://codeload.github.com/conoro/circleci-rebuild-serverless/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237453950,"owners_count":19312407,"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":[],"created_at":"2024-12-13T03:19:27.390Z","updated_at":"2025-10-21T07:31:18.080Z","avatar_url":"https://github.com/conoro.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CircleCI-Rebuild-Serverless\r\n\r\nA Serverless AWS Lambda function that runs once per day and rebuilds a set of\r\nCircleCI projects\r\n\r\n## Setup\r\n\r\n(Assuming you have your AWS access credentials already setup).\r\n\r\n1. Run:\r\n\r\n```bash\r\ngit clone git@github.com:conoro/circleci-rebuild-serverless.git.git\r\ncd circleci-rebuild-serverless.git\r\nnpm install -g serverless\r\nnpm install\r\n```\r\n\r\n2. Rename serverless-sample.env.yml to serverless.env.yml\r\n3. Edit serverless.env.yml and configure your access token, username, scm and\r\n   list of projects to build\r\n4. Then run:\r\n\r\n```\r\nnpm run compile\r\nserverless deploy\r\n```\r\n\r\nNotes:\r\n\r\n1. You can also invoke it manually by accessing the GET URL returned by the\r\n   successful serverless deploy\r\n2. You can check manually invoked logs with:\r\n\r\n```bash\r\nserverless logs -f check\r\n```\r\n\r\nand Cron logs with\r\n\r\n```bash\r\nserverless logs -f cron\r\n```\r\n\r\n3. If you make minor changes to just the function code, you can do a quick\r\n   re-deploy with:\r\n\r\n```bash\r\nserverless deploy function -f check\r\n```\r\n\r\n4. You can run it locally with\r\n\r\n```bash\r\nserverless invoke local --function check\r\n```\r\n\r\n5. It's using Babel to enable the use of async/await on Node 6 on Lambda. This will be removed when Node 8 is released on Lambda.\r\nLICENSE Apache-2.0\r\n\r\nCopyright Conor O'Neill 2017, conor@conoroneill.com\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconoro%2Fcircleci-rebuild-serverless","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fconoro%2Fcircleci-rebuild-serverless","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconoro%2Fcircleci-rebuild-serverless/lists"}