Skip to content

Maintenance: Change parameters appconfig utility API due to GetConfiguration deprecation #1506

Closed
@ran-isenberg

Description

@ran-isenberg

Summary

The current API will be deprecated in the near future according to AWS AppConfig team.
See this
See https://github.com/awslabs/aws-lambda-powertools-python/blob/develop/aws_lambda_powertools/utilities/parameters/appconfig.py

Why is this needed?

GetConfiguration - this API action has been deprecated. Calls to receive configuration data should use the StartConfigurationSession and GetLatestConfiguration APIs instead.

Which area does this relate to?

Parameters

Solution

Use new APIs, hopefully in a non breaking manner.

Acknowledgment

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions