aws-cdk-featureflags
An AWS CDK feature flag implementation
❗️ WIP ❗️
This package is a WORK IN PROGRESS, please make sure you're not using this until we've reached at least v1.0.0.
Why this package
For when you want feature flags.
How do I use it
Install using your favourite package manager:
yarn add aws-cdk-featureflags
Example TypeScript usage
;...;new Functionthis, "my-function", ;
Versioning
Currently pre-release. Check back when we've reached at least 1.0.0!