{"id":18524534,"url":"https://github.com/stelligent/cfn-runner","last_synced_at":"2026-07-15T06:33:46.408Z","repository":{"id":145835074,"uuid":"55719718","full_name":"stelligent/cfn-runner","owner":"stelligent","description":"This is a node.js utility for synchronously running CREATE, UPDATE, or DELETE on CloudFormation stacks.","archived":false,"fork":false,"pushed_at":"2020-01-07T21:32:48.000Z","size":12,"stargazers_count":1,"open_issues_count":1,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2026-02-02T08:14:02.679Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stelligent.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":"2016-04-07T18:51:50.000Z","updated_at":"2020-01-07T21:32:50.000Z","dependencies_parsed_at":"2023-06-02T13:15:30.939Z","dependency_job_id":null,"html_url":"https://github.com/stelligent/cfn-runner","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/stelligent/cfn-runner","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stelligent%2Fcfn-runner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stelligent%2Fcfn-runner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stelligent%2Fcfn-runner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stelligent%2Fcfn-runner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stelligent","download_url":"https://codeload.github.com/stelligent/cfn-runner/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stelligent%2Fcfn-runner/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35494971,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-15T02:00:06.706Z","response_time":131,"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":[],"created_at":"2024-11-06T17:42:21.173Z","updated_at":"2026-07-15T06:33:46.388Z","avatar_url":"https://github.com/stelligent.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## cfn-runner\n\nThis is a node.js utility for synchronously running CREATE, UPDATE, or DELETE on CloudFormation stacks.\n\n**Usage**\n\n```\n// Require the module\nvar CFNRunner = require('cfn-runner');\n\n// Instantiate the runner.  The arguments are (templateFile, config)\n// config should be an object like:\n// {'accessKeyId': XXXXXXX, 'secretAccessKey': XXXXXX, 'region': 'us-east-1'}\nvar runner = new CFNRunner('/a/cfn/template.json', '/a/file/containing/aws/config.json');\n\n// Declare a callback function\nvar callback = function(err) {\n  if(err) {\n    console.log(err);\n  }\n  else {\n    console.log('success');\n  }\n};\n\n// Create or update the stack.\nrunner.deployStack(callback);\n\n// Delete the stack\nrunner.deleteStack(callback);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstelligent%2Fcfn-runner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstelligent%2Fcfn-runner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstelligent%2Fcfn-runner/lists"}