You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 23, 2021. It is now read-only.
It'd be great to add an example of supporting feature toggles in this example app. Approach:
Reuse SSM for feature toggles. Can use dedicated namespace like /applications/apprepo/${Stage}/features/....
Should support per-customer feature enable like we do in prod.
ApiLambda code can have an if check for some example feature.
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.