Skip to content

Commit d747a57

Browse files
Addressing Adrian's feedback
1 parent 07c9f8f commit d747a57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/feature_flags/src/custom_boto_client_feature_flags.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from aws_lambda_powertools.utilities.feature_flags import AppConfigStore, FeatureFlags
66
from aws_lambda_powertools.utilities.typing import LambdaContext
77

8-
boto3_client = boto3.client("ssm")
8+
boto3_client = boto3.client("appconfigdata")
99

1010
app_config = AppConfigStore(
1111
environment="dev",

0 commit comments

Comments
 (0)