Skip to content

Commit

Permalink
Merge pull request #22411 from DrFaust92/appsync_data_source
Browse files Browse the repository at this point in the history
r/appsync_datasource - http authorization + rdbms source
  • Loading branch information
ewbankkit authored Jan 9, 2022
2 parents 3560bd8 + e36b61f commit a3692e0
Show file tree
Hide file tree
Showing 5 changed files with 697 additions and 43 deletions.
15 changes: 15 additions & 0 deletions .changelog/22411.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
```release-note:enhancement
resource/aws_appsync_datasource: Add `delta_sync_config` and `versioned` to the `dynamodb_config` configuration block
```

```release-note:enhancement
resource/aws_appsync_datasource: Add `authorization_config` attribute to the `http_config` configuration block
```

```release-note:enhancement
resource/aws_appsync_datasource: Add plan time validation for `service_role_arn` and `lambda_config.function_arn`
```

```release-note:enhancement
resource/aws_appsync_datasource: Add `relational_database_config` argument
```
3 changes: 3 additions & 0 deletions internal/service/appsync/appsync_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,11 @@ func TestAccAppSync_serial(t *testing.T) {
"type": testAccAppSyncDataSource_type,
"Type_dynamoDB": testAccAppSyncDataSource_Type_dynamoDB,
"Type_http": testAccAppSyncDataSource_Type_http,
"Type_http_auth": testAccAppSyncDataSource_Type_http_auth,
"Type_lambda": testAccAppSyncDataSource_Type_lambda,
"Type_none": testAccAppSyncDataSource_Type_none,
"Type_rdbms": testAccAppsyncDatasource_Type_RelationalDatabase,
"Type_rdbms_options": testAccAppsyncDatasource_Type_RelationalDatabaseWithOptions,
},
"GraphQLAPI": {
"basic": testAccAppSyncGraphQLAPI_basic,
Expand Down
Loading

0 comments on commit a3692e0

Please sign in to comment.