Skip to content

Commit ca6663a

Browse files
authored
feat(providers): add aws-ssm provider for Go (#1296)
## This PR - add aws-ssm provider for Go ### Related Issues - relates #open-feature/go-sdk-contrib#726 Signed-off-by: junya koyama <[email protected]>
1 parent 346b290 commit ca6663a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/datasets/providers/awsssm.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,11 @@ export const AwsSSM: Provider = {
1111
href: 'https://github.com/open-feature/js-sdk-contrib/tree/main/libs/providers/aws-ssm',
1212
category: ['Server'],
1313
},
14+
{
15+
technology: 'Go',
16+
vendorOfficial: false,
17+
href: 'https://github.com/open-feature/go-sdk-contrib/tree/main/providers/aws-ssm',
18+
category: ['Server'],
19+
},
1420
],
1521
};

0 commit comments

Comments
 (0)