{"id":29666988,"url":"https://github.com/elegantdevelopment/aws-cdk-featureflags","last_synced_at":"2026-05-16T18:38:16.491Z","repository":{"id":41703166,"uuid":"244339284","full_name":"elegantdevelopment/aws-cdk-featureflags","owner":"elegantdevelopment","description":"An AWS CDK feature flag implementation","archived":false,"fork":false,"pushed_at":"2023-01-05T08:48:53.000Z","size":1467,"stargazers_count":0,"open_issues_count":15,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-23T07:17:33.376Z","etag":null,"topics":["api-gateway","aws","cdk","dynamodb","feature-flags","feature-toggle","lambda"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/elegantdevelopment.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}},"created_at":"2020-03-02T10:10:06.000Z","updated_at":"2020-03-03T14:18:48.000Z","dependencies_parsed_at":"2023-02-03T21:16:04.826Z","dependency_job_id":null,"html_url":"https://github.com/elegantdevelopment/aws-cdk-featureflags","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/elegantdevelopment/aws-cdk-featureflags","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elegantdevelopment%2Faws-cdk-featureflags","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elegantdevelopment%2Faws-cdk-featureflags/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elegantdevelopment%2Faws-cdk-featureflags/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elegantdevelopment%2Faws-cdk-featureflags/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elegantdevelopment","download_url":"https://codeload.github.com/elegantdevelopment/aws-cdk-featureflags/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elegantdevelopment%2Faws-cdk-featureflags/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266461761,"owners_count":23932708,"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-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":["api-gateway","aws","cdk","dynamodb","feature-flags","feature-toggle","lambda"],"created_at":"2025-07-22T16:01:03.899Z","updated_at":"2026-05-16T18:38:11.473Z","avatar_url":"https://github.com/elegantdevelopment.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# aws-cdk-featureflags\n\n![build](https://github.com/elegantdevelopment/aws-cdk-featureflags/workflows/build/badge.svg)\n[![dependencies Status](https://david-dm.org/elegantdevelopment/aws-cdk-featureflags/status.svg)](https://david-dm.org/elegantdevelopment/aws-cdk-featureflags)\n[![npm](https://img.shields.io/npm/dt/aws-cdk-featureflags)](https://www.npmjs.com/package/aws-cdk-featureflags)\n\n[![npm version](https://badge.fury.io/js/aws-cdk-featureflags.svg)](https://badge.fury.io/js/aws-cdk-featureflags)\n[![NuGet version](https://badge.fury.io/nu/ElegantDevelopment.AWSCDKFeatureFlags.svg)](https://badge.fury.io/nu/ElegantDevelopment.AWSCDKFeatureFlags)\n[![PyPI version](https://badge.fury.io/py/aws-cdk-featureflags.svg)](https://badge.fury.io/py/aws-cdk-featureflags)\n[![Maven Central](https://img.shields.io/maven-central/v/io.github.elegantdevelopment/AWSCDKFeatureFlags?color=brightgreen)](https://repo1.maven.org/maven2/io/github/elegantdevelopment/AWSCDKFeatureFlags/)\n\nAn [AWS CDK] feature flag implementation\n\n# :exclamation: WIP :exclamation:\nThis package is a **WORK IN PROGRESS**, please make sure you're not using this until we've reached at least v1.0.0.\n\n## Why this package\n\nFor when you want feature flags.\n\n## How do I use it\n\nInstall using your favourite package manager:\n\n```sh\nyarn add aws-cdk-featureflags\n```\n\n### Example TypeScript usage\n\n```ts\nimport { FeatureFlags } from \"aws-cdk-featureflags\";\n...\nconst featureFlags = new FeatureFlags(this, \"featureflags\");\nnew Function(this, \"my-function\", {\n  code: Code.fromAsset(\"./my-function\"),\n  handler: \"index.handler\",\n  environment: {\n    FEATURE_FLAGS_URL: featureFlags.url\n  }\n});\n```\n\n## Versioning\n\nCurrently pre-release. Check back when we've reached at least 1.0.0!\n\n[aws cdk]: https://aws.amazon.com/cdk\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felegantdevelopment%2Faws-cdk-featureflags","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felegantdevelopment%2Faws-cdk-featureflags","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felegantdevelopment%2Faws-cdk-featureflags/lists"}