Skip to content

Commit 4623e30

Browse files
committed
docs: add new section on GA deprecations
1 parent 4c559eb commit 4623e30

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/utilities/feature_flags.md

+8
Original file line numberDiff line numberDiff line change
@@ -650,3 +650,11 @@ Method | When to use | Requires new deployment on changes | Supported services
650650
**[Environment variables](https://docs.aws.amazon.com/lambda/latest/dg/configuration-envvars.html){target="_blank"}** | Simple configuration that will rarely if ever change, because changing it requires a Lambda function deployment. | Yes | Lambda
651651
**[Parameters utility](parameters.md)** | Access to secrets, or fetch parameters in different formats from AWS System Manager Parameter Store or Amazon DynamoDB. | No | Parameter Store, DynamoDB, Secrets Manager, AppConfig
652652
**Feature flags utility** | Rule engine to define when one or multiple features should be enabled depending on the input. | No | AppConfig
653+
654+
655+
## Deprecation list when GA
656+
657+
Breaking change | Recommendation
658+
------------------------------------------------- | ---------------------------------------------------------------------------------
659+
`IN` RuleAction | Use `KEY_IN_VALUE` instead
660+
`NOT_IN` RuleAction | Use `KEY_NOT_IN_VALUE` instead

0 commit comments

Comments
 (0)