Skip to content

Unable to get AWS AppConfig configuration file with boto3_client passed to AppConfigStore #5511

Closed Answered by leandrodamascena
Rogalek asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @Rogalek! I finally found some time to inspect it. The problem is that you are using an instance of appconfig boto3.client, when in reality you need to use appconfigdata because this is the client that can communicate with the AppConfig Data Plane and query its values ​​stored in your application and environment. We mention that in our documentation.

restricted_client(service_name="appconfig", region_name=APPCONFIG_REGION)

should be

restricted_client(service_name="appconfigdata", region_name=APPCONFIG_REGION)

Please let me know if this works.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@Rogalek
Comment options

@leandrodamascena
Comment options

Answer selected by Rogalek
@Rogalek
Comment options

@leandrodamascena
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants