{"id":18984467,"url":"https://github.com/danwakeem/serverless-sim","last_synced_at":"2026-04-29T13:33:48.894Z","repository":{"id":52999327,"uuid":"126412698","full_name":"Danwakeem/serverless-sim","owner":"Danwakeem","description":"IBM Cloud Function testing framework","archived":false,"fork":false,"pushed_at":"2022-12-07T19:29:31.000Z","size":99,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-21T09:46:32.288Z","etag":null,"topics":["ibm-cloud-functions","node-module","nodejs","openwhisk","serverless","serverless-sim"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/Danwakeem.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":null,"support":null}},"created_at":"2018-03-23T00:53:41.000Z","updated_at":"2021-04-10T13:00:19.000Z","dependencies_parsed_at":"2023-01-24T20:31:07.110Z","dependency_job_id":null,"html_url":"https://github.com/Danwakeem/serverless-sim","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/Danwakeem%2Fserverless-sim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Danwakeem%2Fserverless-sim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Danwakeem%2Fserverless-sim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Danwakeem%2Fserverless-sim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Danwakeem","download_url":"https://codeload.github.com/Danwakeem/serverless-sim/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Danwakeem%2Fserverless-sim/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259033821,"owners_count":22795769,"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":["ibm-cloud-functions","node-module","nodejs","openwhisk","serverless","serverless-sim"],"created_at":"2024-11-08T16:21:36.983Z","updated_at":"2026-04-29T13:33:48.866Z","avatar_url":"https://github.com/Danwakeem.png","language":"JavaScript","readme":"# Serverless-sim\n\n[![Build Status](https://travis-ci.org/Danwakeem/serverless-sim.svg?branch=master)](https://travis-ci.org/Danwakeem/serverless-sim)\n[![Coverage Status](https://coveralls.io/repos/github/Danwakeem/serverless-sim/badge.svg?branch=master)](https://coveralls.io/github/Danwakeem/serverless-sim?branch=master)\n\nThis package is a [IBM Cloud Functions](https://console.bluemix.net/openwhisk/) simulation framework. It is meant to allow you to test actions on your local computer with out pushing code to your IBM Cloud Functions account.\n\n# Installation\n`npm i -g serverless-sim`\n\n## Usage\nThese examples are located in the root directory for your [IBM Cloud Function](https://console.bluemix.net/openwhisk/).\n#### Basic function\n`serverless-sim ./main.js`\n\n#### Function with params\nYou can add more `--param` keys as needed\n\n`serverless-sim ./main.js --param key value`\n\n#### Function params loaded via a config file\nYou can load params from a file in conjunction with add cli params.\n\n`serverless-sim ./main.js --param key value --severlessConfig ./config.file.json`\n\n### Chained functions\nThe output from the first function will be routed to the second function to simulate a Cloud Function sequence. It can also be used in conjunction with params.\n\n`serverless-sim ./main.js ./main2.js --param key value --serverlessConfig ./config.file.json`\n\n\u003e Note: Both functions in the chain will recieve the cli and config file params. So in this example `main2.js` would recieve the output of `main.js`, the cli params, and the config file params.\n\n## Change Log\n* `0.1.0` - Added function chain and param file support\n* `0.0.x` - Initial package with single function execution and param flags","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanwakeem%2Fserverless-sim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanwakeem%2Fserverless-sim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanwakeem%2Fserverless-sim/lists"}