Skip to content

Commit e9f87dc

Browse files
committed
docs: add IAM permission
1 parent 566a2f9 commit e9f87dc

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

docs/utilities/feature_flags.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,7 @@ That being said, be mindful that feature flags can increase your application com
3030
## Getting started
3131
### IAM Permissions
3232

33-
This utility requires additional permissions to work as expected.
34-
35-
Provider | Function/Method | IAM Permission
36-
------------------------------------------------- | ------------------------------------------------- | ---------------------------------------------------------------------------------
37-
App Config | `AppConfigProvider.get_app_config`, `get_app_config` | `appconfig:GetConfiguration`
33+
By default, this utility provides AWS AppConfig as a configuration store. As such, you IAM Role needs permission - `appconfig:GetConfiguration` - to fetch feature flags from AppConfig.
3834

3935
### Creating feature flags
4036

0 commit comments

Comments
 (0)