Skip to content

Conversation

@gioddiggi
Copy link
Contributor

This PR

Implements a new server provider for AWS System Manager, matching the same implementation already present in JS SDK (See open-feature/js-sdk-contrib#1221)

Signed-off-by: Giovanni De Giorgio <[email protected]>
Signed-off-by: Giovanni De Giorgio <[email protected]>
Signed-off-by: Giovanni De Giorgio <[email protected]>
Signed-off-by: Giovanni De Giorgio <[email protected]>
type ProviderOption func(*Provider)


func NewProvider(cfg aws.Config, opts ...ProviderOption) (*Provider, error) {svc := newAWSService(cfg)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The assignment to svc should happen on the following line.

Copy link
Contributor

@sahidvelji sahidvelji left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your contribution, and your patience!

@sahidvelji sahidvelji merged commit dbb2af9 into open-feature:main Jul 26, 2025
5 checks passed
github-merge-queue bot pushed a commit to open-feature/openfeature.dev that referenced this pull request Nov 18, 2025
## This PR

- add aws-ssm provider for Go

### Related Issues

- relates #open-feature/go-sdk-contrib#726

Signed-off-by: junya koyama <[email protected]>
github-merge-queue bot pushed a commit to open-feature/openfeature.dev that referenced this pull request Nov 18, 2025
## This PR

- add aws-ssm provider for Go

### Related Issues

- relates #open-feature/go-sdk-contrib#726

Signed-off-by: junya koyama <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants