Feature request: allow to provide an appconfigdata
client in the AppConfigStore
#4728
Closed
2 tasks done
Labels
Use case
Sometimes users want to reuse the
appconfigdata
client for their own cases or cache it between invocations outside the handler.It may also be the case that they want to modify the
endpoint_url
client initialization argument to point to local emulators or to the AWS AppConfig Agent Lambda Extension.Solution/User Experience
The solution is to add an argument to be able to send a boto3 client instance of
appconfigdata
to theAppConfigStore
.Alternative solutions
No response
Acknowledgment
The text was updated successfully, but these errors were encountered: