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

add feature toggles example #49

Open
jlhood opened this issue Oct 14, 2019 · 0 comments
Open

add feature toggles example #49

jlhood opened this issue Oct 14, 2019 · 0 comments

Comments

@jlhood
Copy link
Contributor

jlhood commented Oct 14, 2019

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant