Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 48038aa

Browse files
authored
feat(aws): Add support for App Config (#12150)
#### Summary <!-- Explain what problem this PR addresses --> <!--
1 parent 748668b commit 48038aa

24 files changed

+1265
-3
lines changed

plugins/source/aws/client/helpers.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ type DetailResolverFunc func(ctx context.Context, meta schema.ClientMeta, result
4242

4343
const (
4444
ApigatewayService AWSService = "apigateway"
45-
Athena AWSService = "athena"
45+
AppconfigService AWSService = "appconfig"
46+
AthenaService AWSService = "athena"
4647
CloudformationService AWSService = "cloudformation"
4748
CloudfrontService AWSService = "cloudfront"
4849
CognitoIdentityService AWSService = "cognito-identity"

0 commit comments

Comments
 (0)