{"id":23777298,"url":"https://github.com/pdmlab/cdk-constructs","last_synced_at":"2026-05-09T14:04:38.137Z","repository":{"id":35615425,"uuid":"218089216","full_name":"PDMLab/cdk-constructs","owner":"PDMLab","description":"Shared constructs for AWS CDK","archived":false,"fork":false,"pushed_at":"2023-10-19T22:01:32.000Z","size":108,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2023-10-20T06:50:16.475Z","etag":null,"topics":["aws","aws-cdk","aws-cdk-constructs","aws-iam","cdk-constructs","iac","infrastructure-as-code","nodejs","typescript"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/@pdmlab/cdk-constructs","language":"TypeScript","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/PDMLab.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","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":"2019-10-28T16:04:49.000Z","updated_at":"2022-01-15T11:57:59.000Z","dependencies_parsed_at":"2023-01-16T01:10:09.614Z","dependency_job_id":"0dcf6299-3c37-4bfd-92d6-ccd930549b9b","html_url":"https://github.com/PDMLab/cdk-constructs","commit_stats":{"total_commits":50,"total_committers":3,"mean_commits":"16.666666666666668","dds":0.5,"last_synced_commit":"6729aefdb458186a2c9d805f83bef6c0f2972c4f"},"previous_names":[],"tags_count":5,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PDMLab%2Fcdk-constructs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PDMLab%2Fcdk-constructs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PDMLab%2Fcdk-constructs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PDMLab%2Fcdk-constructs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PDMLab","download_url":"https://codeload.github.com/PDMLab/cdk-constructs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239970706,"owners_count":19727014,"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","aws-cdk","aws-cdk-constructs","aws-iam","cdk-constructs","iac","infrastructure-as-code","nodejs","typescript"],"created_at":"2025-01-01T08:24:11.218Z","updated_at":"2026-04-07T10:30:31.289Z","avatar_url":"https://github.com/PDMLab.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cdk-constructs\n\n[![Join the chat at https://gitter.im/pdmlab/cdk-constructs](https://badges.gitter.im/pdmlab/cdk-constructs.svg)](https://gitter.im/pdmlab/cdk-constructs?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n\nShared constructs for [AWS CDK](https://github.com/aws/aws-cdk).\n\n## Installation\n\n```bash\nnpm install @pdmlab/cdk-constructs\n```\n\n## Usage\n\n### CDK-Constructs\n\n#### AllowHostedZoneChangeResourceRecordSetsPolicy\n\nCreate a policy which allows changing DNS records for a domain in a hosted zone in AWS Route53\n\n##### Example\n\n```ts\nimport cdk = require('@aws-cdk/core');\nimport {AllowHostedZoneChangeResourceRecordSetsPolicy} from '@pdmlab/cdk-constructs'\n\nexport class CdkConstructsTestStack extends cdk.Stack {\n  constructor(scope: cdk.Construct, id: string, props?: cdk.StackProps) {\n    super(scope, id, props);\n\n    new AllowHostedZoneChangeResourceRecordSetsPolicy(this, 'MyPolicy', {\n      domainName: 'mydomain.com',\n      policyName: 'allow-dns-policy'\n    })\n  }\n}\n```\n\nMake sure to set `CDK_DEFAULT_ACCOUNT` and `CDK_DEFAULT_REGION` environment variables.\n\n## Want to help?\n\nThis project is just getting off the ground and could use some help with cleaning things up and refactoring.\n\nIf you want to contribute - we'd love it! Just open an issue to work against so you get full credit for your fork. You can open the issue first so we can discuss and you can work your fork as we go along.\n\nIf you see a bug, please be so kind as to show how it's failing, and we'll do our best to get it fixed quickly.\n\nBefore sending a PR, please [create an issue](https://github.com/PDMLab/cdk-constructs/issues/new) to introduce your idea and have a reference for your PR.\n\nWe're using [conventional commits](https://www.conventionalcommits.org), so please use it for your commits as well.\n\nAlso please add tests and make sure to run `npm run lint-ts`.\n\n## License\n\nMIT License\n\nCopyright (c) 2019 PDMLab\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpdmlab%2Fcdk-constructs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpdmlab%2Fcdk-constructs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpdmlab%2Fcdk-constructs/lists"}