Skip to content

Commit 080d276

Browse files
authored
Update README.md
Signed-off-by: Ash.Wani <[email protected]>
1 parent 6e9dd6b commit 080d276

File tree

1 file changed

+2
-0
lines changed
  • src/OpenFeature.Contrib.Providers.AwsAppConfig

1 file changed

+2
-0
lines changed

src/OpenFeature.Contrib.Providers.AwsAppConfig/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,11 @@ Application
4646
This package maintains the aforementioned structure by supplying values in two distinct stages.
4747

4848
- **Stage 1: Setup**
49+
4950
During this stage, the Application and Environment are provided at the initiation of the project. It is expected that these two values remain constant throughout the application's lifetime. If a change is necessary, a restart of the application will be required.
5051

5152
- **Stage 2: Fetching Value**
53+
5254
In this stage, to retrieve the AWS AppConfig feature flag, the key should be supplied in the format `configurationProfileId:flagKey[:attributeKey]`. If the AttributeKey is not included, all attributes will be returned as a structured object.
5355

5456

0 commit comments

Comments
 (0)