{"id":22848420,"url":"https://github.com/feedzai/cloudflare-provisioner","last_synced_at":"2026-05-11T07:17:27.098Z","repository":{"id":101318580,"uuid":"593594314","full_name":"feedzai/cloudflare-provisioner","owner":"feedzai","description":"Create Cloudflare resources with AWS CloudFormation","archived":false,"fork":false,"pushed_at":"2023-02-17T14:58:38.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-07-18T04:31:32.023Z","etag":null,"topics":["aws","cloudflare","cloudformation","cloudformation-provisioner","dns"],"latest_commit_sha":null,"homepage":"","language":"Python","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/feedzai.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-01-26T12:00:01.000Z","updated_at":"2025-06-19T13:39:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"29cad9c7-d87f-4dc5-9270-b1aafa9b2af8","html_url":"https://github.com/feedzai/cloudflare-provisioner","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/feedzai/cloudflare-provisioner","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feedzai%2Fcloudflare-provisioner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feedzai%2Fcloudflare-provisioner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feedzai%2Fcloudflare-provisioner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feedzai%2Fcloudflare-provisioner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/feedzai","download_url":"https://codeload.github.com/feedzai/cloudflare-provisioner/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feedzai%2Fcloudflare-provisioner/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267988458,"owners_count":24176996,"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-07-31T02:00:08.723Z","response_time":66,"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":["aws","cloudflare","cloudformation","cloudformation-provisioner","dns"],"created_at":"2024-12-13T04:12:08.854Z","updated_at":"2026-05-11T07:17:26.599Z","avatar_url":"https://github.com/feedzai.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cloudflare Provisioner\n\nThis is a serverless project that allows to create Cloudflare resources (DNS Records) with AWS CloudFormation\n\n## Getting started\n\n1. Add an API token to a secret in secrets manager (`solutions/cloudflare/api-token`)\n2. Deploy the serverless application\n```\n$ sls deploy\n```\n3. Create a custom resource in CloudFormation:\n```yaml\nResources:\n  TestDnsRecord:\n    Type: Custom::CloudflareDnsRecord\n    Properties:\n      ServiceToken: \u003clambda-function-arn\u003e\n      Name: test.example.com\n      Type: CNAME\n      Content: load-balancer-dns.amazonaws.com\n      ZoneId: 8059d39ea71c44813c40008d479856e4\n      Comment: A test record\n```\n\n## Custom resource syntax\n\nThe CloudFormation custom resource syntax is the following:\n\n```json\n{\n  \"ServiceToken\": \"string\",\n  \"Name\": \"string\",\n  \"Type\": \"string\",\n  \"Content\": \"string\",\n  \"ZoneId\": \"string\",\n  \"Comment\": \"string\",\n  \"Proxied\": \"bool\",\n  \"Ttl\": \"int\",\n}\n```\n\n|Field|Description|Required|Default|\n|-----|-----------|--------|-------|\n|`Name`|The name of the DNS record|yes|`n/a`|\n|`Type`|The type of DNS record (`A`, `AA`, `AAAA`, `CNAME`)|yes|`n/a`|\n|`Content`|The content of the DNS record|yes|`n/a`|\n|`ZoneId`|The cloudflare zone id| yes|`n/a`|\n|`Comment`|A comment for the DNS record | no|`n/a`|\n|`Proxied`|Wether the DNS record should be proxied|no|`false`|\n|`Ttl`|The time to live for the DNS record|no|`600`|\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffeedzai%2Fcloudflare-provisioner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffeedzai%2Fcloudflare-provisioner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffeedzai%2Fcloudflare-provisioner/lists"}