An AWS CDK feature flag implementation
Project description
aws-cdk-featureflags
An AWS CDK feature flag implementation
:exclamation: WIP :exclamation:
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
# Example automatically generated without compilation. See https://github.com/aws/jsii/issues/826
from aws_cdk_featureflags import FeatureFlags
feature_flags = FeatureFlags(self, "featureflags")
Function(self, "my-function",
code=Code.from_asset("./my-function"),
handler="index.handler",
environment={
"FEATURE_FLAGS_URL": feature_flags.url
}
)
Versioning
Currently pre-release. Check back when we've reached at least 1.0.0!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file aws-cdk-featureflags-0.1.2.tar.gz
.
File metadata
- Download URL: aws-cdk-featureflags-0.1.2.tar.gz
- Upload date:
- Size: 6.3 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 04c624d4b040e56a9fab1ae6043dba5633c5052df441f11bd05dce5dfdfbc81f |
|
MD5 | fdf3870f2c6c654437752ee94b56146d |
|
BLAKE2b-256 | 776d88d9cfbea18c6734e80471cb0200a51047cd5d6a77a817030e6641d6211d |
File details
Details for the file aws_cdk_featureflags-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: aws_cdk_featureflags-0.1.2-py3-none-any.whl
- Upload date:
- Size: 6.3 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 19c23be425fef4518cf78311d8e8ce74ed2c25f3dbb06df20957accf858d351c |
|
MD5 | 292a1f465d1dc7f855ef9de71dc1157d |
|
BLAKE2b-256 | afbd8153b2a20d56c43da5828750613833eb074b684d3b35ecaf3e33a7f8405e |