{"id":19598884,"url":"https://github.com/victorshinya/serverless-devops","last_synced_at":"2025-06-15T17:32:54.736Z","repository":{"id":126646629,"uuid":"237637147","full_name":"victorshinya/serverless-devops","owner":"victorshinya","description":"Implement CI/CD in your serverless application","archived":false,"fork":false,"pushed_at":"2020-04-05T04:00:47.000Z","size":70,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-26T15:16:52.366Z","etag":null,"topics":["apache-openwhisk","ibm-bluemix","ibm-cloud","ibm-cloud-functions","openwhisk","serverless","serverless-functions"],"latest_commit_sha":null,"homepage":"","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/victorshinya.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":"2020-02-01T15:45:54.000Z","updated_at":"2020-04-05T04:00:50.000Z","dependencies_parsed_at":"2023-05-06T05:31:53.549Z","dependency_job_id":null,"html_url":"https://github.com/victorshinya/serverless-devops","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/victorshinya/serverless-devops","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/victorshinya%2Fserverless-devops","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/victorshinya%2Fserverless-devops/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/victorshinya%2Fserverless-devops/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/victorshinya%2Fserverless-devops/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/victorshinya","download_url":"https://codeload.github.com/victorshinya/serverless-devops/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/victorshinya%2Fserverless-devops/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260022613,"owners_count":22947191,"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":["apache-openwhisk","ibm-bluemix","ibm-cloud","ibm-cloud-functions","openwhisk","serverless","serverless-functions"],"created_at":"2024-11-11T09:08:13.096Z","updated_at":"2025-06-15T17:32:54.684Z","avatar_url":"https://github.com/victorshinya.png","language":"JavaScript","readme":"# Serverless DevOps\n\n[![IBM Cloud Powered](https://img.shields.io/badge/IBM%20Cloud-powered-blue.svg)](https://cloud.ibm.com)\n[![Platform](https://img.shields.io/badge/platform-nodejs-lightgrey.svg?style=flat)](https://developer.ibm.com/technologies/node-js/)\n[![LICENSE](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](https://github.com/victorshinya/serverless-devops/blob/master/LICENSE)\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/victorshinya/serverless-devops/pulls)\n\nAutomate your deployments using a CI/CD platform. It can help you increase your throughput and reduce the release cycles. See https://cloud.ibm.com/docs/openwhisk?topic=cloud-functions-deploy for more details.\n\nThe [deploy script](deploy_script.sh) is supported by IBM Cloud Continuous Delivery on Cloud Foundry deployer type.\n\n![Architecture Design](doc/source/images/architecture.jpg)\n\n## Components and technologies\n\n* [IBM Cloud Functions](https://cloud.ibm.com/functions): IBM Cloud Functions is a Function-as-a-Service (FaaS) platform which executes functions in response to incoming events.\n* [IBM Cloud Continuous Delivery](https://cloud.ibm.com/catalog/services/continuous-delivery): Use Continuous Delivery to automate builds, unit tests, deployments, and more. Edit and push code using Git Repos and Issue Tracking and the rich web based IDE. Create toolchains to enable tool integrations that support your development, deployment, and operation tasks.\n\n## Deployment\n\nTo deploy, you need to install [IBM Cloud CLI](https://cloud.ibm.com/docs/cli/reference/ibmcloud/download_cli.html#install_use) and [IBM Cloud Functions CLI](https://cloud.ibm.com/openwhisk/learn/cli) in your local machine. After this step, you need to login in your IBM Cloud account on IBM Cloud CLI (if you haven't already done, run `ibmcloud login`), follow all steps below.\n\n### 1. Clone this repository\n\n```sh\ngit clone https://github.com/victorshinya/serverless-devops.git\ncd serverless-devops\n```\n\n### 3. Deploy the function\n\nRun the following command to deploy both `handler.js` function. It requires an account on [IBM Cloud](https://cloud.ibm.com).\n\n\u003e As you are using IBM Cloud Functions, you don't need to install any package or setup a `package.json`. The platform already has the package installed.\n\n```sh\nibmcloud fn deploy --manifest serverless.yml\n```\n\n## LICENSE\n\nCopyright 2020 Victor Shinya\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n    http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvictorshinya%2Fserverless-devops","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvictorshinya%2Fserverless-devops","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvictorshinya%2Fserverless-devops/lists"}