Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

resource/aws_appsync_graphql_api: Add lambda_authorizer_config argument #20857

Merged

Conversation

Pharb
Copy link
Contributor

@Pharb Pharb commented Sep 9, 2021

Community Note

  • Please vote on this pull request by adding a 👍 reaction to the original pull request comment to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for pull request followers and do not help prioritize the request

Closes #20644

Output from acceptance testing:

$ make testacc TESTARGS='-run=TestAccAppSync_serial' PKG_NAME=internal/service/appsync
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/appsync/... -v -count 1 -parallel 20 -run=TestAccAppSync_serial -timeout 180m
=== RUN   TestAccAppSync_serial
=== RUN   TestAccAppSync_serial/Resolver
=== RUN   TestAccAppSync_serial/Resolver/responseTemplate
=== RUN   TestAccAppSync_serial/Resolver/multipleResolvers
=== RUN   TestAccAppSync_serial/Resolver/pipeline
=== RUN   TestAccAppSync_serial/Resolver/caching
=== RUN   TestAccAppSync_serial/Resolver/basic
=== RUN   TestAccAppSync_serial/Resolver/disappears
=== RUN   TestAccAppSync_serial/Resolver/dataSource
=== RUN   TestAccAppSync_serial/Resolver/DataSource_lambda
=== RUN   TestAccAppSync_serial/Resolver/requestTemplate
=== RUN   TestAccAppSync_serial/APIKey
=== RUN   TestAccAppSync_serial/APIKey/basic
=== RUN   TestAccAppSync_serial/APIKey/description
=== RUN   TestAccAppSync_serial/APIKey/expires
=== RUN   TestAccAppSync_serial/DataSource
=== RUN   TestAccAppSync_serial/DataSource/DynamoDB_useCallerCredentials
=== RUN   TestAccAppSync_serial/DataSource/HTTP_endpoint
=== RUN   TestAccAppSync_serial/DataSource/Type_dynamoDB
=== RUN   TestAccAppSync_serial/DataSource/Type_http
=== RUN   TestAccAppSync_serial/DataSource/Type_lambda
=== RUN   TestAccAppSync_serial/DataSource/basic
=== RUN   TestAccAppSync_serial/DataSource/description
=== RUN   TestAccAppSync_serial/DataSource/DynamoDB_region
=== RUN   TestAccAppSync_serial/DataSource/type
=== RUN   TestAccAppSync_serial/DataSource/Type_none
=== RUN   TestAccAppSync_serial/GraphQLAPI
=== RUN   TestAccAppSync_serial/GraphQLAPI/AuthenticationType_openIDConnect
=== RUN   TestAccAppSync_serial/GraphQLAPI/UserPool_awsRegion
=== RUN   TestAccAppSync_serial/GraphQLAPI/AdditionalAuthentication_multiple
=== RUN   TestAccAppSync_serial/GraphQLAPI/LambdaAuthorizerConfig_authorizerResultTtlInSeconds
=== PAUSE TestAccAppSync_serial/GraphQLAPI/LambdaAuthorizerConfig_authorizerResultTtlInSeconds
=== RUN   TestAccAppSync_serial/GraphQLAPI/AuthenticationType_apiKey
=== RUN   TestAccAppSync_serial/GraphQLAPI/OpenIDConnect_clientID
=== RUN   TestAccAppSync_serial/GraphQLAPI/LambdaAuthorizerConfig_authorizerUri
=== PAUSE TestAccAppSync_serial/GraphQLAPI/LambdaAuthorizerConfig_authorizerUri
=== RUN   TestAccAppSync_serial/GraphQLAPI/authenticationType
=== RUN   TestAccAppSync_serial/GraphQLAPI/name
=== RUN   TestAccAppSync_serial/GraphQLAPI/UserPool_defaultAction
=== RUN   TestAccAppSync_serial/GraphQLAPI/AuthenticationType_amazonCognitoUserPools
=== RUN   TestAccAppSync_serial/GraphQLAPI/Log_fieldLogLevel
=== RUN   TestAccAppSync_serial/GraphQLAPI/OpenIDConnect_authTTL
=== RUN   TestAccAppSync_serial/GraphQLAPI/OpenIDConnect_iatTTL
=== RUN   TestAccAppSync_serial/GraphQLAPI/AdditionalAuthentication_awsIAM
=== RUN   TestAccAppSync_serial/GraphQLAPI/AdditionalAuthentication_openIDConnect
=== RUN   TestAccAppSync_serial/GraphQLAPI/AdditionalAuthentication_awsLambda
=== PAUSE TestAccAppSync_serial/GraphQLAPI/AdditionalAuthentication_awsLambda
=== RUN   TestAccAppSync_serial/GraphQLAPI/disappears
=== RUN   TestAccAppSync_serial/GraphQLAPI/AuthenticationType_awsLambda
=== PAUSE TestAccAppSync_serial/GraphQLAPI/AuthenticationType_awsLambda
=== RUN   TestAccAppSync_serial/GraphQLAPI/OpenIDConnect_issuer
=== RUN   TestAccAppSync_serial/GraphQLAPI/tags
=== RUN   TestAccAppSync_serial/GraphQLAPI/AdditionalAuthentication_cognitoUserPools
=== RUN   TestAccAppSync_serial/GraphQLAPI/schema
=== RUN   TestAccAppSync_serial/GraphQLAPI/AuthenticationType_awsIAM
=== RUN   TestAccAppSync_serial/GraphQLAPI/LambdaAuthorizerConfig_identityValidationExpression
=== PAUSE TestAccAppSync_serial/GraphQLAPI/LambdaAuthorizerConfig_identityValidationExpression
=== RUN   TestAccAppSync_serial/GraphQLAPI/AdditionalAuthentication_apiKey
=== RUN   TestAccAppSync_serial/GraphQLAPI/xrayEnabled
=== RUN   TestAccAppSync_serial/GraphQLAPI/basic
=== RUN   TestAccAppSync_serial/GraphQLAPI/log
=== RUN   TestAccAppSync_serial/GraphQLAPI/Log_excludeVerboseContent
=== CONT  TestAccAppSync_serial/GraphQLAPI/LambdaAuthorizerConfig_authorizerResultTtlInSeconds
=== CONT  TestAccAppSync_serial/GraphQLAPI/AuthenticationType_awsLambda
=== CONT  TestAccAppSync_serial/GraphQLAPI/AdditionalAuthentication_awsLambda
=== CONT  TestAccAppSync_serial/GraphQLAPI/LambdaAuthorizerConfig_identityValidationExpression
=== CONT  TestAccAppSync_serial/GraphQLAPI/LambdaAuthorizerConfig_authorizerUri
=== RUN   TestAccAppSync_serial/Function
=== RUN   TestAccAppSync_serial/Function/responseMappingTemplate
=== RUN   TestAccAppSync_serial/Function/basic
=== RUN   TestAccAppSync_serial/Function/disappears
=== RUN   TestAccAppSync_serial/Function/description
--- PASS: TestAccAppSync_serial (2566.22s)
    --- PASS: TestAccAppSync_serial/Resolver (421.53s)
        --- PASS: TestAccAppSync_serial/Resolver/responseTemplate (56.83s)
        --- PASS: TestAccAppSync_serial/Resolver/multipleResolvers (59.87s)
        --- PASS: TestAccAppSync_serial/Resolver/pipeline (37.60s)
        --- PASS: TestAccAppSync_serial/Resolver/caching (34.61s)
        --- PASS: TestAccAppSync_serial/Resolver/basic (35.47s)
        --- PASS: TestAccAppSync_serial/Resolver/disappears (31.91s)
        --- PASS: TestAccAppSync_serial/Resolver/dataSource (55.69s)
        --- PASS: TestAccAppSync_serial/Resolver/DataSource_lambda (54.73s)
        --- PASS: TestAccAppSync_serial/Resolver/requestTemplate (54.81s)
    --- PASS: TestAccAppSync_serial/APIKey (114.09s)
        --- PASS: TestAccAppSync_serial/APIKey/basic (27.97s)
        --- PASS: TestAccAppSync_serial/APIKey/description (43.20s)
        --- PASS: TestAccAppSync_serial/APIKey/expires (42.92s)
    --- PASS: TestAccAppSync_serial/DataSource (432.62s)
        --- PASS: TestAccAppSync_serial/DataSource/DynamoDB_useCallerCredentials (63.61s)
        --- PASS: TestAccAppSync_serial/DataSource/HTTP_endpoint (43.61s)
        --- PASS: TestAccAppSync_serial/DataSource/Type_dynamoDB (40.98s)
        --- PASS: TestAccAppSync_serial/DataSource/Type_http (26.28s)
        --- PASS: TestAccAppSync_serial/DataSource/Type_lambda (53.88s)
        --- PASS: TestAccAppSync_serial/DataSource/basic (26.53s)
        --- PASS: TestAccAppSync_serial/DataSource/description (44.31s)
        --- PASS: TestAccAppSync_serial/DataSource/DynamoDB_region (63.54s)
        --- PASS: TestAccAppSync_serial/DataSource/type (39.94s)
        --- PASS: TestAccAppSync_serial/DataSource/Type_none (29.93s)
    --- PASS: TestAccAppSync_serial/GraphQLAPI (1192.38s)
        --- PASS: TestAccAppSync_serial/GraphQLAPI/AuthenticationType_openIDConnect (26.91s)
        --- PASS: TestAccAppSync_serial/GraphQLAPI/UserPool_awsRegion (119.79s)
        --- PASS: TestAccAppSync_serial/GraphQLAPI/AdditionalAuthentication_multiple (79.66s)
        --- PASS: TestAccAppSync_serial/GraphQLAPI/AuthenticationType_apiKey (25.95s)
        --- PASS: TestAccAppSync_serial/GraphQLAPI/OpenIDConnect_clientID (44.35s)
        --- PASS: TestAccAppSync_serial/GraphQLAPI/authenticationType (41.82s)
        --- PASS: TestAccAppSync_serial/GraphQLAPI/name (39.05s)
        --- PASS: TestAccAppSync_serial/GraphQLAPI/UserPool_defaultAction (128.20s)
        --- PASS: TestAccAppSync_serial/GraphQLAPI/AuthenticationType_amazonCognitoUserPools (57.46s)
        --- PASS: TestAccAppSync_serial/GraphQLAPI/Log_fieldLogLevel (70.90s)
        --- PASS: TestAccAppSync_serial/GraphQLAPI/OpenIDConnect_authTTL (43.04s)
        --- PASS: TestAccAppSync_serial/GraphQLAPI/OpenIDConnect_iatTTL (42.22s)
        --- PASS: TestAccAppSync_serial/GraphQLAPI/AdditionalAuthentication_awsIAM (24.80s)
        --- PASS: TestAccAppSync_serial/GraphQLAPI/AdditionalAuthentication_openIDConnect (24.56s)
        --- PASS: TestAccAppSync_serial/GraphQLAPI/disappears (18.63s)
        --- PASS: TestAccAppSync_serial/GraphQLAPI/OpenIDConnect_issuer (40.40s)
        --- PASS: TestAccAppSync_serial/GraphQLAPI/tags (41.81s)
        --- PASS: TestAccAppSync_serial/GraphQLAPI/AdditionalAuthentication_cognitoUserPools (73.19s)
        --- PASS: TestAccAppSync_serial/GraphQLAPI/schema (48.41s)
        --- PASS: TestAccAppSync_serial/GraphQLAPI/AuthenticationType_awsIAM (26.64s)
        --- PASS: TestAccAppSync_serial/GraphQLAPI/AdditionalAuthentication_apiKey (26.33s)
        --- PASS: TestAccAppSync_serial/GraphQLAPI/xrayEnabled (40.80s)
        --- PASS: TestAccAppSync_serial/GraphQLAPI/basic (25.67s)
        --- PASS: TestAccAppSync_serial/GraphQLAPI/log (30.11s)
        --- PASS: TestAccAppSync_serial/GraphQLAPI/Log_excludeVerboseContent (51.68s)
        --- PASS: TestAccAppSync_serial/GraphQLAPI/AdditionalAuthentication_awsLambda (60.80s)
        --- PASS: TestAccAppSync_serial/GraphQLAPI/AuthenticationType_awsLambda (77.56s)
        --- PASS: TestAccAppSync_serial/GraphQLAPI/LambdaAuthorizerConfig_identityValidationExpression (99.14s)
        --- PASS: TestAccAppSync_serial/GraphQLAPI/LambdaAuthorizerConfig_authorizerUri (116.67s)
        --- PASS: TestAccAppSync_serial/GraphQLAPI/LambdaAuthorizerConfig_authorizerResultTtlInSeconds (177.18s)
    --- PASS: TestAccAppSync_serial/Function (228.41s)
        --- PASS: TestAccAppSync_serial/Function/responseMappingTemplate (43.89s)
        --- PASS: TestAccAppSync_serial/Function/basic (71.14s)
        --- PASS: TestAccAppSync_serial/Function/disappears (41.85s)
        --- PASS: TestAccAppSync_serial/Function/description (71.52s)
PASS
ok      github.com/hashicorp/terraform-provider-aws/internal/service/appsync    2566.258s

…ment (hashicorp#20644)

Issue: hashicorp#20644
API docs: https://docs.aws.amazon.com/appsync/latest/APIReference/API_LambdaAuthorizerConfig.html

Output from acceptance testing:
```
make testacc TESTARGS='-run=TestAccAWSAppsyncGraphqlApi_'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAWSAppsyncGraphqlApi_ -timeout 180m
--- PASS: TestAccAWSAppsyncGraphqlApi_basic (147.72s)
--- PASS: TestAccAWSAppsyncGraphqlApi_AdditionalAuthentication_AWSIAM (148.24s)
--- PASS: TestAccAWSAppsyncGraphqlApi_AdditionalAuthentication_APIKey (149.20s)
--- PASS: TestAccAWSAppsyncGraphqlApi_AdditionalAuthentication_OpenIDConnect (149.32s)
--- PASS: TestAccAWSAppsyncGraphqlApi_LogConfig (153.51s)
--- PASS: TestAccAWSAppsyncGraphqlApi_AdditionalAuthentication_CognitoUserPools (173.33s)
--- PASS: TestAccAWSAppsyncGraphqlApi_AdditionalAuthentication_AwsLambda (196.04s)
--- PASS: TestAccAWSAppsyncGraphqlApi_AdditionalAuthentication_Multiple (204.38s)
--- PASS: TestAccAWSAppsyncGraphqlApi_XrayEnabled (214.18s)
--- PASS: TestAccAWSAppsyncGraphqlApi_Name (215.34s)
--- PASS: TestAccAWSAppsyncGraphqlApi_AuthenticationType_AwsLambda (221.80s)
--- PASS: TestAccAWSAppsyncGraphqlApi_OpenIDConnectConfig_AuthTTL (235.05s)
--- PASS: TestAccAWSAppsyncGraphqlApi_Tags (236.82s)
--- PASS: TestAccAWSAppsyncGraphqlApi_UserPoolConfig_AwsRegion (242.45s)
--- PASS: TestAccAWSAppsyncGraphqlApi_LogConfig_ExcludeVerboseContent (250.77s)
--- PASS: TestAccAWSAppsyncGraphqlApi_UserPoolConfig_DefaultAction (250.94s)
--- PASS: TestAccAWSAppsyncGraphqlApi_AuthenticationType_APIKey (116.05s)
--- PASS: TestAccAWSAppsyncGraphqlApi_AuthenticationType_OpenIDConnect (115.22s)
--- PASS: TestAccAWSAppsyncGraphqlApi_AuthenticationType_AmazonCognitoUserPools (125.39s)
--- PASS: TestAccAWSAppsyncGraphqlApi_disappears (65.90s)
--- PASS: TestAccAWSAppsyncGraphqlApi_LambdaAuthorizerConfig_IdentityValidationExpression (281.96s)
--- PASS: TestAccAWSAppsyncGraphqlApi_AuthenticationType_AWSIAM (88.56s)
--- PASS: TestAccAWSAppsyncGraphqlApi_LambdaAuthorizerConfig_AuthorizerUri (294.85s)
--- PASS: TestAccAWSAppsyncGraphqlApi_OpenIDConnectConfig_IatTTL (158.58s)
--- PASS: TestAccAWSAppsyncGraphqlApi_OpenIDConnectConfig_Issuer (154.12s)
--- PASS: TestAccAWSAppsyncGraphqlApi_LogConfig_FieldLogLevel (312.61s)
--- PASS: TestAccAWSAppsyncGraphqlApi_Schema (143.80s)
--- PASS: TestAccAWSAppsyncGraphqlApi_AuthenticationType (126.84s)
--- PASS: TestAccAWSAppsyncGraphqlApi_OpenIDConnectConfig_ClientID (113.13s)
--- PASS: TestAccAWSAppsyncGraphqlApi_LambdaAuthorizerConfig_AuthorizerResultTtlInSeconds (356.98s)
PASS
ok      github.com/terraform-providers/terraform-provider-aws/aws       359.589s
```
@github-actions github-actions bot added needs-triage Waiting for first response or review from a maintainer. documentation Introduces or discusses updates to documentation. size/XL Managed by automation to categorize the size of a PR. service/appsync Issues and PRs that pertain to the appsync service. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure. labels Sep 9, 2021
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Welcome @Pharb 👋

It looks like this is your first Pull Request submission to the Terraform AWS Provider! If you haven’t already done so please make sure you have checked out our CONTRIBUTING guide and FAQ to make sure your contribution is adhering to best practice and has all the necessary elements in place for a successful approval.

Also take a look at our FAQ which details how we prioritize Pull Requests for inclusion.

Thanks again, and welcome to the community! 😃

@Pharb
Copy link
Contributor Author

Pharb commented Sep 13, 2021

There might be one tflint failure in the pipeline, but this should be fixed by updating it with terraform-linters/tflint-ruleset-aws@dd2461d.

(for now I wouldn't add this to this PR, as I'm not familiar with the dependency update process and don't want to provoke merge conflicts - I would prefer to rebase master once the linting rules got updated).

@justinretzolk justinretzolk added enhancement Requests to existing resources that expand the functionality or scope. and removed documentation Introduces or discusses updates to documentation. needs-triage Waiting for first response or review from a maintainer. labels Sep 13, 2021
@grgizem
Copy link

grgizem commented Sep 28, 2021

nice work @Pharb ! <3

@justinretzolk is there any ETA on this pull request?

@justinretzolk
Copy link
Member

Hey @grgizem 👋 Thank you for your interest in this PR! Unfortunately, I'm not able to provide an exact timeline for review/merge, however, if you've not already, please do make sure to leave a ":thumbsup:" reaction to the initial PR as it helps the team to prioritize work based on community feedback!

@zhelding
Copy link
Contributor

Pull request #21306 has significantly refactored the AWS Provider codebase. As a result, most PRs opened prior to the refactor now have merge conflicts that must be resolved before proceeding.

Specifically, PR #21306 relocated the code for all AWS resources and data sources from a single aws directory to a large number of separate directories in internal/service, each corresponding to a particular AWS service. This separation of code has also allowed for us to simplify the names of underlying functions -- while still avoiding namespace collisions.

We recognize that many pull requests have been open for some time without yet being addressed by our maintainers. Therefore, we want to make it clear that resolving these conflicts in no way affects the prioritization of a particular pull request. Once a pull request has been prioritized for review, the necessary changes will be made by a maintainer -- either directly or in collaboration with the pull request author.

For a more complete description of this refactor, including examples of how old filepaths and function names correspond to their new counterparts: please refer to issue #20000.

For a quick guide on how to amend your pull request to resolve the merge conflicts resulting from this refactor and bring it in line with our new code patterns: please refer to our Service Package Refactor Pull Request Guide.

@filipjakubowski
Copy link

@Pharb - do you need help with resolving conflicts?

@Pharb
Copy link
Contributor Author

Pharb commented Nov 11, 2021

do you need help with resolving conflicts?

@filipjakubowski Thanks for your support, but as far as I understood the instructions I would just wait until a maintainer picks this PR up next:

[...] resolving these conflicts in no way affects the prioritization of a particular pull request. Once a pull request has been prioritized for review, the necessary changes will be made by a maintainer -- either directly or in collaboration with the pull request author.

@6be709c0
Copy link

Can you please check the conflicts? I would love to use this feature :)

@github-actions github-actions bot added the documentation Introduces or discusses updates to documentation. label Nov 23, 2021
@AdamTylerLynch
Copy link
Collaborator

LGTM 🚀

@breathingdust
Copy link
Member

LGTM 🚀 Thanks @Pharb for the contribution 🙌

Verified Acceptance Tests in Commerical (us-west-2)

make testacc TESTARGS='-run=TestAccAppSync_serial' PKG_NAME=internal/service/appsync
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/appsync/... -v -count 1 -parallel 20 -run=TestAccAppSync_serial -timeout 180m
=== RUN   TestAccAppSync_serial
=== RUN   TestAccAppSync_serial/APIKey
=== RUN   TestAccAppSync_serial/APIKey/basic
=== RUN   TestAccAppSync_serial/APIKey/description
=== RUN   TestAccAppSync_serial/APIKey/expires
=== RUN   TestAccAppSync_serial/DataSource
=== RUN   TestAccAppSync_serial/DataSource/type
=== RUN   TestAccAppSync_serial/DataSource/Type_dynamoDB
=== RUN   TestAccAppSync_serial/DataSource/Type_http
=== RUN   TestAccAppSync_serial/DataSource/Type_none
=== RUN   TestAccAppSync_serial/DataSource/DynamoDB_region
=== RUN   TestAccAppSync_serial/DataSource/HTTP_endpoint
=== RUN   TestAccAppSync_serial/DataSource/DynamoDB_useCallerCredentials
=== RUN   TestAccAppSync_serial/DataSource/Type_lambda
=== RUN   TestAccAppSync_serial/DataSource/basic
=== RUN   TestAccAppSync_serial/DataSource/description
=== RUN   TestAccAppSync_serial/GraphQLAPI
=== RUN   TestAccAppSync_serial/GraphQLAPI/name
=== RUN   TestAccAppSync_serial/GraphQLAPI/AdditionalAuthentication_openIDConnect
=== RUN   TestAccAppSync_serial/GraphQLAPI/UserPool_defaultAction
=== RUN   TestAccAppSync_serial/GraphQLAPI/AuthenticationType_apiKey
=== RUN   TestAccAppSync_serial/GraphQLAPI/AuthenticationType_openIDConnect
=== RUN   TestAccAppSync_serial/GraphQLAPI/Log_excludeVerboseContent
=== RUN   TestAccAppSync_serial/GraphQLAPI/AdditionalAuthentication_cognitoUserPools
=== RUN   TestAccAppSync_serial/GraphQLAPI/basic
=== RUN   TestAccAppSync_serial/GraphQLAPI/disappears
=== RUN   TestAccAppSync_serial/GraphQLAPI/AdditionalAuthentication_awsLambda
=== PAUSE TestAccAppSync_serial/GraphQLAPI/AdditionalAuthentication_awsLambda
=== RUN   TestAccAppSync_serial/GraphQLAPI/AuthenticationType_amazonCognitoUserPools
=== RUN   TestAccAppSync_serial/GraphQLAPI/AdditionalAuthentication_apiKey
=== RUN   TestAccAppSync_serial/GraphQLAPI/OpenIDConnect_issuer
=== RUN   TestAccAppSync_serial/GraphQLAPI/UserPool_awsRegion
=== RUN   TestAccAppSync_serial/GraphQLAPI/AdditionalAuthentication_awsIAM
=== RUN   TestAccAppSync_serial/GraphQLAPI/AuthenticationType_awsLambda
=== PAUSE TestAccAppSync_serial/GraphQLAPI/AuthenticationType_awsLambda
=== RUN   TestAccAppSync_serial/GraphQLAPI/OpenIDConnect_authTTL
=== RUN   TestAccAppSync_serial/GraphQLAPI/AdditionalAuthentication_multiple
=== RUN   TestAccAppSync_serial/GraphQLAPI/xrayEnabled
=== RUN   TestAccAppSync_serial/GraphQLAPI/authenticationType
=== RUN   TestAccAppSync_serial/GraphQLAPI/tags
=== RUN   TestAccAppSync_serial/GraphQLAPI/log
=== RUN   TestAccAppSync_serial/GraphQLAPI/Log_fieldLogLevel
=== RUN   TestAccAppSync_serial/GraphQLAPI/LambdaAuthorizerConfig_authorizerResultTtlInSeconds
=== PAUSE TestAccAppSync_serial/GraphQLAPI/LambdaAuthorizerConfig_authorizerResultTtlInSeconds
=== RUN   TestAccAppSync_serial/GraphQLAPI/schema
=== RUN   TestAccAppSync_serial/GraphQLAPI/AuthenticationType_awsIAM
=== RUN   TestAccAppSync_serial/GraphQLAPI/LambdaAuthorizerConfig_authorizerUri
=== PAUSE TestAccAppSync_serial/GraphQLAPI/LambdaAuthorizerConfig_authorizerUri
=== RUN   TestAccAppSync_serial/GraphQLAPI/LambdaAuthorizerConfig_identityValidationExpression
=== PAUSE TestAccAppSync_serial/GraphQLAPI/LambdaAuthorizerConfig_identityValidationExpression
=== RUN   TestAccAppSync_serial/GraphQLAPI/OpenIDConnect_clientID
=== RUN   TestAccAppSync_serial/GraphQLAPI/OpenIDConnect_iatTTL
=== CONT  TestAccAppSync_serial/GraphQLAPI/AdditionalAuthentication_awsLambda
=== CONT  TestAccAppSync_serial/GraphQLAPI/LambdaAuthorizerConfig_identityValidationExpression
=== CONT  TestAccAppSync_serial/GraphQLAPI/LambdaAuthorizerConfig_authorizerResultTtlInSeconds
=== CONT  TestAccAppSync_serial/GraphQLAPI/AuthenticationType_awsLambda
=== CONT  TestAccAppSync_serial/GraphQLAPI/LambdaAuthorizerConfig_authorizerUri
=== RUN   TestAccAppSync_serial/Function
=== RUN   TestAccAppSync_serial/Function/basic
=== RUN   TestAccAppSync_serial/Function/disappears
=== RUN   TestAccAppSync_serial/Function/description
=== RUN   TestAccAppSync_serial/Function/responseMappingTemplate
=== RUN   TestAccAppSync_serial/Resolver
=== RUN   TestAccAppSync_serial/Resolver/requestTemplate
=== RUN   TestAccAppSync_serial/Resolver/responseTemplate
=== RUN   TestAccAppSync_serial/Resolver/multipleResolvers
=== RUN   TestAccAppSync_serial/Resolver/caching
=== RUN   TestAccAppSync_serial/Resolver/dataSource
=== RUN   TestAccAppSync_serial/Resolver/disappears
=== RUN   TestAccAppSync_serial/Resolver/DataSource_lambda
=== RUN   TestAccAppSync_serial/Resolver/pipeline
=== RUN   TestAccAppSync_serial/Resolver/basic
--- PASS: TestAccAppSync_serial (1713.37s)
    --- PASS: TestAccAppSync_serial/APIKey (94.93s)
        --- PASS: TestAccAppSync_serial/APIKey/basic (26.62s)
        --- PASS: TestAccAppSync_serial/APIKey/description (30.42s)
        --- PASS: TestAccAppSync_serial/APIKey/expires (37.89s)
    --- PASS: TestAccAppSync_serial/DataSource (379.69s)
        --- PASS: TestAccAppSync_serial/DataSource/type (30.85s)
        --- PASS: TestAccAppSync_serial/DataSource/Type_dynamoDB (32.42s)
        --- PASS: TestAccAppSync_serial/DataSource/Type_http (17.82s)
        --- PASS: TestAccAppSync_serial/DataSource/Type_none (21.20s)
        --- PASS: TestAccAppSync_serial/DataSource/DynamoDB_region (53.17s)
        --- PASS: TestAccAppSync_serial/DataSource/HTTP_endpoint (41.18s)
        --- PASS: TestAccAppSync_serial/DataSource/DynamoDB_useCallerCredentials (82.27s)
        --- PASS: TestAccAppSync_serial/DataSource/Type_lambda (41.80s)
        --- PASS: TestAccAppSync_serial/DataSource/basic (25.94s)
        --- PASS: TestAccAppSync_serial/DataSource/description (33.02s)
    --- PASS: TestAccAppSync_serial/GraphQLAPI (678.57s)
        --- PASS: TestAccAppSync_serial/GraphQLAPI/name (28.76s)
        --- PASS: TestAccAppSync_serial/GraphQLAPI/AdditionalAuthentication_openIDConnect (14.91s)
        --- PASS: TestAccAppSync_serial/GraphQLAPI/UserPool_defaultAction (34.11s)
        --- PASS: TestAccAppSync_serial/GraphQLAPI/AuthenticationType_apiKey (14.92s)
        --- PASS: TestAccAppSync_serial/GraphQLAPI/AuthenticationType_openIDConnect (16.46s)
        --- PASS: TestAccAppSync_serial/GraphQLAPI/Log_excludeVerboseContent (64.91s)
        --- PASS: TestAccAppSync_serial/GraphQLAPI/AdditionalAuthentication_cognitoUserPools (18.75s)
        --- PASS: TestAccAppSync_serial/GraphQLAPI/basic (14.65s)
        --- PASS: TestAccAppSync_serial/GraphQLAPI/disappears (13.25s)
        --- PASS: TestAccAppSync_serial/GraphQLAPI/AuthenticationType_amazonCognitoUserPools (22.29s)
        --- PASS: TestAccAppSync_serial/GraphQLAPI/AdditionalAuthentication_apiKey (21.97s)
        --- PASS: TestAccAppSync_serial/GraphQLAPI/OpenIDConnect_issuer (29.87s)
        --- PASS: TestAccAppSync_serial/GraphQLAPI/UserPool_awsRegion (32.46s)
        --- PASS: TestAccAppSync_serial/GraphQLAPI/AdditionalAuthentication_awsIAM (18.46s)
        --- PASS: TestAccAppSync_serial/GraphQLAPI/OpenIDConnect_authTTL (34.68s)
        --- PASS: TestAccAppSync_serial/GraphQLAPI/AdditionalAuthentication_multiple (39.03s)
        --- PASS: TestAccAppSync_serial/GraphQLAPI/xrayEnabled (28.16s)
        --- PASS: TestAccAppSync_serial/GraphQLAPI/authenticationType (30.57s)
        --- PASS: TestAccAppSync_serial/GraphQLAPI/tags (32.40s)
        --- PASS: TestAccAppSync_serial/GraphQLAPI/log (25.42s)
        --- PASS: TestAccAppSync_serial/GraphQLAPI/Log_fieldLogLevel (46.74s)
        --- PASS: TestAccAppSync_serial/GraphQLAPI/schema (31.25s)
        --- PASS: TestAccAppSync_serial/GraphQLAPI/AuthenticationType_awsIAM (13.92s)
        --- PASS: TestAccAppSync_serial/GraphQLAPI/OpenIDConnect_clientID (25.70s)
        --- PASS: TestAccAppSync_serial/GraphQLAPI/OpenIDConnect_iatTTL (24.92s)
        --- PASS: TestAccAppSync_serial/GraphQLAPI/AuthenticationType_awsLambda (40.43s)
        --- PASS: TestAccAppSync_serial/GraphQLAPI/AdditionalAuthentication_awsLambda (50.24s)
        --- PASS: TestAccAppSync_serial/GraphQLAPI/LambdaAuthorizerConfig_identityValidationExpression (59.70s)
        --- PASS: TestAccAppSync_serial/GraphQLAPI/LambdaAuthorizerConfig_authorizerUri (80.25s)
        --- PASS: TestAccAppSync_serial/GraphQLAPI/LambdaAuthorizerConfig_authorizerResultTtlInSeconds (127.38s)
    --- PASS: TestAccAppSync_serial/Function (191.14s)
        --- PASS: TestAccAppSync_serial/Function/basic (52.23s)
        --- PASS: TestAccAppSync_serial/Function/disappears (29.56s)
        --- PASS: TestAccAppSync_serial/Function/description (74.11s)
        --- PASS: TestAccAppSync_serial/Function/responseMappingTemplate (35.24s)
    --- PASS: TestAccAppSync_serial/Resolver (241.66s)
        --- PASS: TestAccAppSync_serial/Resolver/requestTemplate (32.24s)
        --- PASS: TestAccAppSync_serial/Resolver/responseTemplate (29.34s)
        --- PASS: TestAccAppSync_serial/Resolver/multipleResolvers (23.42s)
        --- PASS: TestAccAppSync_serial/Resolver/caching (18.55s)
        --- PASS: TestAccAppSync_serial/Resolver/dataSource (33.06s)
        --- PASS: TestAccAppSync_serial/Resolver/disappears (21.58s)
        --- PASS: TestAccAppSync_serial/Resolver/DataSource_lambda (45.22s)
        --- PASS: TestAccAppSync_serial/Resolver/pipeline (19.19s)
        --- PASS: TestAccAppSync_serial/Resolver/basic (19.06s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/appsync	1716.632s

Verified Acceptance Tests in GovCloud (us-gov-west-1)

make testacc TESTARGS='-run=TestAccAppSync_serial' PKG_NAME=internal/service/appsync
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/appsync/... -v -count 1 -parallel 20 -run=TestAccAppSync_serial -timeout 180m
=== RUN   TestAccAppSync_serial
=== RUN   TestAccAppSync_serial/Resolver
=== RUN   TestAccAppSync_serial/Resolver/multipleResolvers
    acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== RUN   TestAccAppSync_serial/Resolver/pipeline
    acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== RUN   TestAccAppSync_serial/Resolver/basic
    acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== RUN   TestAccAppSync_serial/Resolver/disappears
    acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== RUN   TestAccAppSync_serial/Resolver/DataSource_lambda
    acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== RUN   TestAccAppSync_serial/Resolver/caching
    acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== RUN   TestAccAppSync_serial/Resolver/dataSource
    acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== RUN   TestAccAppSync_serial/Resolver/requestTemplate
    acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== RUN   TestAccAppSync_serial/Resolver/responseTemplate
    acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== RUN   TestAccAppSync_serial/APIKey
=== RUN   TestAccAppSync_serial/APIKey/basic
    acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== RUN   TestAccAppSync_serial/APIKey/description
    acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== RUN   TestAccAppSync_serial/APIKey/expires
    acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== RUN   TestAccAppSync_serial/DataSource
=== RUN   TestAccAppSync_serial/DataSource/Type_lambda
    acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== RUN   TestAccAppSync_serial/DataSource/basic
    acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== RUN   TestAccAppSync_serial/DataSource/DynamoDB_useCallerCredentials
    acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== RUN   TestAccAppSync_serial/DataSource/HTTP_endpoint
    acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== RUN   TestAccAppSync_serial/DataSource/type
    acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== RUN   TestAccAppSync_serial/DataSource/Type_dynamoDB
    acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== RUN   TestAccAppSync_serial/DataSource/Type_http
    acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== RUN   TestAccAppSync_serial/DataSource/Type_none
    acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== RUN   TestAccAppSync_serial/DataSource/description
    acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== RUN   TestAccAppSync_serial/DataSource/DynamoDB_region
    acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== RUN   TestAccAppSync_serial/GraphQLAPI
=== RUN   TestAccAppSync_serial/GraphQLAPI/AdditionalAuthentication_awsIAM
    acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== RUN   TestAccAppSync_serial/GraphQLAPI/AdditionalAuthentication_cognitoUserPools
    acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== RUN   TestAccAppSync_serial/GraphQLAPI/AuthenticationType_awsIAM
    acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== RUN   TestAccAppSync_serial/GraphQLAPI/OpenIDConnect_issuer
    acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== RUN   TestAccAppSync_serial/GraphQLAPI/LambdaAuthorizerConfig_authorizerUri
=== PAUSE TestAccAppSync_serial/GraphQLAPI/LambdaAuthorizerConfig_authorizerUri
=== RUN   TestAccAppSync_serial/GraphQLAPI/tags
    acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== RUN   TestAccAppSync_serial/GraphQLAPI/AdditionalAuthentication_multiple
    acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== RUN   TestAccAppSync_serial/GraphQLAPI/authenticationType
    acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== RUN   TestAccAppSync_serial/GraphQLAPI/AuthenticationType_openIDConnect
    acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== RUN   TestAccAppSync_serial/GraphQLAPI/name
    acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== RUN   TestAccAppSync_serial/GraphQLAPI/UserPool_awsRegion
    acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== RUN   TestAccAppSync_serial/GraphQLAPI/basic
    acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== RUN   TestAccAppSync_serial/GraphQLAPI/log
    acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== RUN   TestAccAppSync_serial/GraphQLAPI/Log_excludeVerboseContent
    acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== RUN   TestAccAppSync_serial/GraphQLAPI/AdditionalAuthentication_awsLambda
=== PAUSE TestAccAppSync_serial/GraphQLAPI/AdditionalAuthentication_awsLambda
=== RUN   TestAccAppSync_serial/GraphQLAPI/schema
    acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== RUN   TestAccAppSync_serial/GraphQLAPI/OpenIDConnect_iatTTL
    acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== RUN   TestAccAppSync_serial/GraphQLAPI/AdditionalAuthentication_openIDConnect
    acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== RUN   TestAccAppSync_serial/GraphQLAPI/xrayEnabled
    acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== RUN   TestAccAppSync_serial/GraphQLAPI/disappears
    acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== RUN   TestAccAppSync_serial/GraphQLAPI/Log_fieldLogLevel
    acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== RUN   TestAccAppSync_serial/GraphQLAPI/OpenIDConnect_authTTL
    acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== RUN   TestAccAppSync_serial/GraphQLAPI/AdditionalAuthentication_apiKey
    acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== RUN   TestAccAppSync_serial/GraphQLAPI/AuthenticationType_amazonCognitoUserPools
    acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== RUN   TestAccAppSync_serial/GraphQLAPI/AuthenticationType_awsLambda
=== PAUSE TestAccAppSync_serial/GraphQLAPI/AuthenticationType_awsLambda
=== RUN   TestAccAppSync_serial/GraphQLAPI/OpenIDConnect_clientID
    acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== RUN   TestAccAppSync_serial/GraphQLAPI/LambdaAuthorizerConfig_identityValidationExpression
=== PAUSE TestAccAppSync_serial/GraphQLAPI/LambdaAuthorizerConfig_identityValidationExpression
=== RUN   TestAccAppSync_serial/GraphQLAPI/LambdaAuthorizerConfig_authorizerResultTtlInSeconds
=== PAUSE TestAccAppSync_serial/GraphQLAPI/LambdaAuthorizerConfig_authorizerResultTtlInSeconds
=== RUN   TestAccAppSync_serial/GraphQLAPI/AuthenticationType_apiKey
    acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== RUN   TestAccAppSync_serial/GraphQLAPI/UserPool_defaultAction
    acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== CONT  TestAccAppSync_serial/GraphQLAPI/LambdaAuthorizerConfig_authorizerUri
=== CONT  TestAccAppSync_serial/GraphQLAPI/LambdaAuthorizerConfig_identityValidationExpression
=== CONT  TestAccAppSync_serial/GraphQLAPI/LambdaAuthorizerConfig_authorizerResultTtlInSeconds
=== CONT  TestAccAppSync_serial/GraphQLAPI/LambdaAuthorizerConfig_authorizerUri
    acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== CONT  TestAccAppSync_serial/GraphQLAPI/AdditionalAuthentication_awsLambda
=== CONT  TestAccAppSync_serial/GraphQLAPI/AuthenticationType_awsLambda
=== CONT  TestAccAppSync_serial/GraphQLAPI/LambdaAuthorizerConfig_identityValidationExpression
    acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== CONT  TestAccAppSync_serial/GraphQLAPI/LambdaAuthorizerConfig_authorizerResultTtlInSeconds
    acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== CONT  TestAccAppSync_serial/GraphQLAPI/AdditionalAuthentication_awsLambda
    acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== CONT  TestAccAppSync_serial/GraphQLAPI/AuthenticationType_awsLambda
    acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== RUN   TestAccAppSync_serial/Function
=== RUN   TestAccAppSync_serial/Function/basic
    acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== RUN   TestAccAppSync_serial/Function/disappears
    acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== RUN   TestAccAppSync_serial/Function/description
    acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
=== RUN   TestAccAppSync_serial/Function/responseMappingTemplate
    acctest.go:608: skipping tests; partition aws-us-gov does not support appsync service
--- PASS: TestAccAppSync_serial (0.79s)
    --- PASS: TestAccAppSync_serial/Resolver (0.78s)
        --- SKIP: TestAccAppSync_serial/Resolver/multipleResolvers (0.78s)
        --- SKIP: TestAccAppSync_serial/Resolver/pipeline (0.00s)
        --- SKIP: TestAccAppSync_serial/Resolver/basic (0.00s)
        --- SKIP: TestAccAppSync_serial/Resolver/disappears (0.00s)
        --- SKIP: TestAccAppSync_serial/Resolver/DataSource_lambda (0.00s)
        --- SKIP: TestAccAppSync_serial/Resolver/caching (0.00s)
        --- SKIP: TestAccAppSync_serial/Resolver/dataSource (0.00s)
        --- SKIP: TestAccAppSync_serial/Resolver/requestTemplate (0.00s)
        --- SKIP: TestAccAppSync_serial/Resolver/responseTemplate (0.00s)
    --- PASS: TestAccAppSync_serial/APIKey (0.00s)
        --- SKIP: TestAccAppSync_serial/APIKey/basic (0.00s)
        --- SKIP: TestAccAppSync_serial/APIKey/description (0.00s)
        --- SKIP: TestAccAppSync_serial/APIKey/expires (0.00s)
    --- PASS: TestAccAppSync_serial/DataSource (0.00s)
        --- SKIP: TestAccAppSync_serial/DataSource/Type_lambda (0.00s)
        --- SKIP: TestAccAppSync_serial/DataSource/basic (0.00s)
        --- SKIP: TestAccAppSync_serial/DataSource/DynamoDB_useCallerCredentials (0.00s)
        --- SKIP: TestAccAppSync_serial/DataSource/HTTP_endpoint (0.00s)
        --- SKIP: TestAccAppSync_serial/DataSource/type (0.00s)
        --- SKIP: TestAccAppSync_serial/DataSource/Type_dynamoDB (0.00s)
        --- SKIP: TestAccAppSync_serial/DataSource/Type_http (0.00s)
        --- SKIP: TestAccAppSync_serial/DataSource/Type_none (0.00s)
        --- SKIP: TestAccAppSync_serial/DataSource/description (0.00s)
        --- SKIP: TestAccAppSync_serial/DataSource/DynamoDB_region (0.00s)
    --- PASS: TestAccAppSync_serial/GraphQLAPI (0.00s)
        --- SKIP: TestAccAppSync_serial/GraphQLAPI/AdditionalAuthentication_awsIAM (0.00s)
        --- SKIP: TestAccAppSync_serial/GraphQLAPI/AdditionalAuthentication_cognitoUserPools (0.00s)
        --- SKIP: TestAccAppSync_serial/GraphQLAPI/AuthenticationType_awsIAM (0.00s)
        --- SKIP: TestAccAppSync_serial/GraphQLAPI/OpenIDConnect_issuer (0.00s)
        --- SKIP: TestAccAppSync_serial/GraphQLAPI/tags (0.00s)
        --- SKIP: TestAccAppSync_serial/GraphQLAPI/AdditionalAuthentication_multiple (0.00s)
        --- SKIP: TestAccAppSync_serial/GraphQLAPI/authenticationType (0.00s)
        --- SKIP: TestAccAppSync_serial/GraphQLAPI/AuthenticationType_openIDConnect (0.00s)
        --- SKIP: TestAccAppSync_serial/GraphQLAPI/name (0.00s)
        --- SKIP: TestAccAppSync_serial/GraphQLAPI/UserPool_awsRegion (0.00s)
        --- SKIP: TestAccAppSync_serial/GraphQLAPI/basic (0.00s)
        --- SKIP: TestAccAppSync_serial/GraphQLAPI/log (0.00s)
        --- SKIP: TestAccAppSync_serial/GraphQLAPI/Log_excludeVerboseContent (0.00s)
        --- SKIP: TestAccAppSync_serial/GraphQLAPI/schema (0.00s)
        --- SKIP: TestAccAppSync_serial/GraphQLAPI/OpenIDConnect_iatTTL (0.00s)
        --- SKIP: TestAccAppSync_serial/GraphQLAPI/AdditionalAuthentication_openIDConnect (0.00s)
        --- SKIP: TestAccAppSync_serial/GraphQLAPI/xrayEnabled (0.00s)
        --- SKIP: TestAccAppSync_serial/GraphQLAPI/disappears (0.00s)
        --- SKIP: TestAccAppSync_serial/GraphQLAPI/Log_fieldLogLevel (0.00s)
        --- SKIP: TestAccAppSync_serial/GraphQLAPI/OpenIDConnect_authTTL (0.00s)
        --- SKIP: TestAccAppSync_serial/GraphQLAPI/AdditionalAuthentication_apiKey (0.00s)
        --- SKIP: TestAccAppSync_serial/GraphQLAPI/AuthenticationType_amazonCognitoUserPools (0.00s)
        --- SKIP: TestAccAppSync_serial/GraphQLAPI/OpenIDConnect_clientID (0.00s)
        --- SKIP: TestAccAppSync_serial/GraphQLAPI/AuthenticationType_apiKey (0.00s)
        --- SKIP: TestAccAppSync_serial/GraphQLAPI/UserPool_defaultAction (0.00s)
        --- SKIP: TestAccAppSync_serial/GraphQLAPI/LambdaAuthorizerConfig_authorizerUri (0.00s)
        --- SKIP: TestAccAppSync_serial/GraphQLAPI/LambdaAuthorizerConfig_identityValidationExpression (0.00s)
        --- SKIP: TestAccAppSync_serial/GraphQLAPI/LambdaAuthorizerConfig_authorizerResultTtlInSeconds (0.00s)
        --- SKIP: TestAccAppSync_serial/GraphQLAPI/AdditionalAuthentication_awsLambda (0.00s)
        --- SKIP: TestAccAppSync_serial/GraphQLAPI/AuthenticationType_awsLambda (0.00s)
    --- PASS: TestAccAppSync_serial/Function (0.00s)
        --- SKIP: TestAccAppSync_serial/Function/basic (0.00s)
        --- SKIP: TestAccAppSync_serial/Function/disappears (0.00s)
        --- SKIP: TestAccAppSync_serial/Function/description (0.00s)
        --- SKIP: TestAccAppSync_serial/Function/responseMappingTemplate (0.00s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/appsync	3.885s

@breathingdust breathingdust merged commit 02ab688 into hashicorp:main Dec 10, 2021
@github-actions github-actions bot added this to the v3.70.0 milestone Dec 10, 2021
@ouadie-lahdioui
Copy link

Any ETA?

@github-actions
Copy link

This functionality has been released in v3.70.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.

For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you!

@github-actions
Copy link

github-actions bot commented Jun 1, 2022

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 1, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
documentation Introduces or discusses updates to documentation. enhancement Requests to existing resources that expand the functionality or scope. service/appsync Issues and PRs that pertain to the appsync service. size/XL Managed by automation to categorize the size of a PR. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

aws_appsync_graphql_api resource doesn't support LAMBDA authentication type
9 participants