Skip to main content

An AWS CDK feature flag implementation

Project description

aws-cdk-featureflags

build dependencies Status npm

npm version NuGet version PyPI version Maven Central

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aws-cdk-featureflags-0.1.2.tar.gz (6.3 MB view hashes)

Uploaded Source

Built Distribution

aws_cdk_featureflags-0.1.2-py3-none-any.whl (6.3 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page