go-sdk-contrib icon indicating copy to clipboard operation
go-sdk-contrib copied to clipboard

Add AWS AppConfig Feature Flags Provider

Open Arthur1 opened this issue 1 year ago • 2 comments

Proposal

AWS AppConfig is an AWS managed service that manages application configuration. I believe that AppConfig's Feature Flags could be one of the options for OpenFeature backend.

My proposal is to implement the provider for AppConfig Feature Flags in the Go SDK. This provider communicates with the AppConfig Agent to evaluate Feature Flags.

Please let me know if you need additional information.

Contribution

I already have the implementation of provider for AppConfig Feature Flags.

https://github.com/Arthur1/openfeature-provider-go-aws-appconfig/

I can move this implementation under openfeature/go-sdk-contrib repository if the community wants.

Arthur1 avatar Aug 30 '24 07:08 Arthur1

Hey @Arthur1 this sounds good! If you would like to add your provider to this repo feel free to open a PR, this would be much much appreciated :) Do you need any additional information?

lukas-reining avatar Dec 13 '24 10:12 lukas-reining

Hi @Arthur1 , @lukas-reining .

I can take care of this issue, I would like to add AWS App Config in the same way I did for AWS SSM Parameter Store. Let me know if we still want to add this provider!

gioddiggi avatar Oct 13 '25 19:10 gioddiggi