{"id":44675421,"url":"https://github.com/dwtechnologies/custom-cf","last_synced_at":"2026-02-15T03:05:18.075Z","repository":{"id":57630922,"uuid":"175160287","full_name":"dwtechnologies/custom-cf","owner":"dwtechnologies","description":"Custom CloudFormation resources","archived":false,"fork":false,"pushed_at":"2019-08-12T09:32:29.000Z","size":170,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-02-14T05:01:44.675Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/dwtechnologies.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2019-03-12T07:46:57.000Z","updated_at":"2022-03-12T11:35:55.000Z","dependencies_parsed_at":"2022-09-26T20:11:18.693Z","dependency_job_id":null,"html_url":"https://github.com/dwtechnologies/custom-cf","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dwtechnologies/custom-cf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwtechnologies%2Fcustom-cf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwtechnologies%2Fcustom-cf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwtechnologies%2Fcustom-cf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwtechnologies%2Fcustom-cf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dwtechnologies","download_url":"https://codeload.github.com/dwtechnologies/custom-cf/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwtechnologies%2Fcustom-cf/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29466925,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T01:01:38.065Z","status":"online","status_checked_at":"2026-02-15T02:00:07.449Z","response_time":118,"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":"2026-02-15T03:05:17.523Z","updated_at":"2026-02-15T03:05:18.068Z","avatar_url":"https://github.com/dwtechnologies.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# custom-cf\n\nContains custom resources for creating resources in CloudFormation that currently doesn't exists.  \nFor creating your own please have a look in the `lib/` for common interfaces that can make your\nlife easier.\n\nAll these resources support all the cli attributes, but in CloudFormation.  \nYou can also use `Fn::GetAtt` or `Fn::Sub` on most of these to get data back from the resource.  \nPlease look at the individual `README.md` files in the functions folders.\n\n## Custom Resources\n\nCheck the individual `README.md` files in the subfolders below.\n\n### Cognito\n\n- [cognito/identitypool-roles](cognito/identitypool-roles)\n- [cognito/userpool-client](cognito/userpool-client)\n- [cognito/userpool-mfa](cognito/userpool-mfa)\n- [cognito/userpool-domain](cognito/userpool-domain)\n- [cognito/userpool-uicustomization](cognito/userpool-uicustomization)\n- [cognito/userpool-federation](cognito/userpool-federation)\n\n### IAM\n\n- [iam/role-tags](iam/role-tags)\n\n## Requirements\n\nYou will need `docker` to build the lambda functions with the included `Makefile`. And a fairly recent version\nof `awscli` to copy the code to s3 and deploy the Cloudformation template.\n\n- make\n- docker\n- aws cli\n\n## Deployment\n\nUse the included `Makefile` to deploy the resources.\n\nThe `OWNER` env var is for tagging. So you can set this to what you want.\nThe `ENVIRONMENT` env var is also for naming + tagging, but will also be included in CloudWatch logs.\nThis so you can make out differences between dev, test and prod etc. if you're running them on the same AWS Account.\n\n```bash\nAWS_PROFILE=my-profile AWS_REGION=region OWNER=TeamName S3_BUCKET=my-artifact-bucket FUNCTION=folder/my-resource make deploy\n```\n\nExample\n\n```bash\nAWS_PROFILE=default AWS_REGION=eu-west-1 OWNER=devops S3_BUCKET=my-artifact-bucket FUNCTION=cognito/userpool-federation make deploy\n```\n\n## Creating a new Custom Resource\n\nTo create a new custom resource, please have a look in `example` folder for a simple example custom resource.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdwtechnologies%2Fcustom-cf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdwtechnologies%2Fcustom-cf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdwtechnologies%2Fcustom-cf/lists"}