Skip to content
This repository was archived by the owner on Jun 23, 2021. It is now read-only.
This repository was archived by the owner on Jun 23, 2021. It is now read-only.

add feature toggles example #49

@jlhood

Description

@jlhood

It'd be great to add an example of supporting feature toggles in this example app. Approach:

  1. Reuse SSM for feature toggles. Can use dedicated namespace like /applications/apprepo/${Stage}/features/....
  2. Should support per-customer feature enable like we do in prod.
  3. ApiLambda code can have an if check for some example feature.
  4. Add ops tool Lambda function to ops stack for flipping feature toggles to demo our approach to ops tools written as Lambda functions. Function can include logging auditing information.

When adding this, we should also add a wiki page for feature toggles in Patterns and Best Practices.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions