{"id":20442604,"url":"https://github.com/bifravst/cloudformation-helpers","last_synced_at":"2025-04-12T23:41:26.048Z","repository":{"id":37324299,"uuid":"333133359","full_name":"bifravst/cloudformation-helpers","owner":"bifravst","description":"Helper functions which simplify working with AWS CloudFormation stacks","archived":false,"fork":false,"pushed_at":"2025-04-12T03:01:13.000Z","size":6343,"stargazers_count":3,"open_issues_count":2,"forks_count":1,"subscribers_count":5,"default_branch":"saga","last_synced_at":"2025-04-12T23:41:25.542Z","etag":null,"topics":["aws","iot","library","nrf-asset-tracker"],"latest_commit_sha":null,"homepage":"https://github.com/bifravst/cloudformation-helpers","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bifravst.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2021-01-26T15:46:39.000Z","updated_at":"2025-04-12T03:01:16.000Z","dependencies_parsed_at":"2024-04-16T01:26:48.188Z","dependency_job_id":"0ed411d5-cb1a-4751-9f31-7d2bb696e013","html_url":"https://github.com/bifravst/cloudformation-helpers","commit_stats":{"total_commits":1601,"total_committers":6,"mean_commits":266.8333333333333,"dds":0.5683947532792005,"last_synced_commit":"b9746db5f07e97c3067bf4d74d25f1bd0cbffc88"},"previous_names":["bifravst/cloudformation-helpers"],"tags_count":216,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bifravst%2Fcloudformation-helpers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bifravst%2Fcloudformation-helpers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bifravst%2Fcloudformation-helpers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bifravst%2Fcloudformation-helpers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bifravst","download_url":"https://codeload.github.com/bifravst/cloudformation-helpers/tar.gz/refs/heads/saga","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248647256,"owners_count":21139081,"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":["aws","iot","library","nrf-asset-tracker"],"created_at":"2024-11-15T09:41:45.140Z","updated_at":"2025-04-12T23:41:26.021Z","avatar_url":"https://github.com/bifravst.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CloudFormation Helpers [![npm version](https://img.shields.io/npm/v/@bifravst/cloudformation-helpers.svg)](https://www.npmjs.com/package/@bifravst/cloudformation-helpers)\n\n[![GitHub Actions](https://github.com/bifravst/cloudformation-helpers/workflows/Test%20and%20Release/badge.svg)](https://github.com/bifravst/cloudformation-helpers/actions)\n[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)\n[![Renovate](https://img.shields.io/badge/renovate-enabled-brightgreen.svg)](https://renovatebot.com)\n[![@commitlint/config-conventional](https://img.shields.io/badge/%40commitlint-config--conventional-brightgreen)](https://github.com/conventional-changelog/commitlint/tree/master/@commitlint/config-conventional)\n[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier/)\n[![ESLint: TypeScript](https://img.shields.io/badge/ESLint-TypeScript-blue.svg)](https://github.com/typescript-eslint/typescript-eslint)\n\nHelper functions which simplify working with AWS CloudFormation stacks.\n\n## Installation\n\n    npm i --save-dev --save-exact @bifravst/cloudformation-helpers\n\n## Usage\n\n### `cfnResponse`\n\n`cfnResponse` implements sending custom resource responses.\n\n```typescript\nimport { cfnResponse, ResponseStatus } from \"@bifravst/cloudformation-helpers\";\nimport { CloudFormationCustomResourceEvent } from \"aws-lambda\";\n\n/**\n * Lambda creating a custom resource\n */\nexport const handler = async (\n  event: CloudFormationCustomResourceEvent,\n): Promise\u003cvoid\u003e =\u003e {\n  // Create custom resource ...\n\n  await cfnResponse({\n    Status: ResponseStatus.SUCCESS,\n    event,\n    PhysicalResourceId: \"MyCustomResource\",\n  });\n};\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbifravst%2Fcloudformation-helpers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbifravst%2Fcloudformation-helpers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbifravst%2Fcloudformation-helpers/lists"}