{"id":17180792,"url":"https://github.com/jsok/puppet-cfn-resource-bridge","last_synced_at":"2026-05-26T13:34:21.395Z","repository":{"id":35409894,"uuid":"39674502","full_name":"jsok/puppet-cfn-resource-bridge","owner":"jsok","description":"Puppet module to manage AWS aws-cfn-resource-bridge","archived":false,"fork":false,"pushed_at":"2015-07-28T04:05:43.000Z","size":132,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-15T23:29:46.113Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/jsok.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-07-25T06:06:09.000Z","updated_at":"2015-07-27T05:14:23.000Z","dependencies_parsed_at":"2022-09-17T04:10:31.002Z","dependency_job_id":null,"html_url":"https://github.com/jsok/puppet-cfn-resource-bridge","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/jsok/puppet-cfn-resource-bridge","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsok%2Fpuppet-cfn-resource-bridge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsok%2Fpuppet-cfn-resource-bridge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsok%2Fpuppet-cfn-resource-bridge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsok%2Fpuppet-cfn-resource-bridge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jsok","download_url":"https://codeload.github.com/jsok/puppet-cfn-resource-bridge/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsok%2Fpuppet-cfn-resource-bridge/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27670460,"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","status":"online","status_checked_at":"2025-12-11T02:00:11.302Z","response_time":56,"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-10-15T00:31:46.231Z","updated_at":"2025-12-11T21:31:39.018Z","avatar_url":"https://github.com/jsok.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Puppet Forge](http://img.shields.io/puppetforge/v/jsok/cfn_resource_bridge.svg)](https://forge.puppetlabs.com/jsok/cfn_resource_bridge)\n[![Build Status](https://travis-ci.org/jsok/puppet-cfn-resource-bridge.svg?branch=master)](https://travis-ci.org/jsok/puppet-cfn-resource-bridge)\n\n# puppet-cfn-resource-bridge\n\nPuppet module to manage AWS\n[aws-cfn-resource-bridge](https://github.com/aws/aws-cfn-resource-bridge).\n\n\n## Support\n\nThis module is currently only tested on Ubuntu 14.04.\n\nInstallation requires the `pip` provider.\n\n## Usage\n\nThis module includes a single class:\n\n```puppet\ninclude cfn_resource_bridge\n```\n\nThis will install the resource bridge daemon as a system service.\n\n## Custom Resources\n\nA defined type is available for running custom resource actions.\n\n```puppet\ncfn_resource_bridge::custom_resource { 'eip-lookup':\n    default_action =\u003e '/home/ec2-user/lookup-eip.py',\n    resource_type  =\u003e 'Custom::EipLookup',\n    queue_url      =\u003e 'https://your-sqs-queue-url-that-is-subscribed-to-the-sns-topic-in-the-service-token',\n    timeout        =\u003e 60,\n}\n```\n\nThis can also be defined in Hiera:\n\n```yaml\n---\n\ncfn_resource_bridge::custom_resources:\n    eip-lookup:\n        default_action: /home/ec2-user/lookup-eip.py\n        resource_type: Custom::EipLookup\n        queue_url: https://your-sqs-queue-url-that-is-subscribed-to-the-sns-topic-in-the-service-token\n        timeout: 60\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsok%2Fpuppet-cfn-resource-bridge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjsok%2Fpuppet-cfn-resource-bridge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsok%2Fpuppet-cfn-resource-bridge/lists"}