File tree Expand file tree Collapse file tree
kotlin/services/dynamodb/src/test/kotlin Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,11 +13,9 @@ import org.junit.jupiter.api.TestInstance
1313import org.junit.jupiter.api.TestMethodOrder
1414import org.slf4j.Logger
1515import org.slf4j.LoggerFactory
16-
1716import aws.sdk.kotlin.services.dynamodb.DynamoDbClient
1817import aws.sdk.kotlin.services.secretsmanager.SecretsManagerClient
1918import aws.sdk.kotlin.services.secretsmanager.model.GetSecretValueRequest
20-
2119import com.kotlin.dynamodb.createNewTable
2220import com.kotlin.dynamodb.deleteDynamoDBTable
2321import com.kotlin.dynamodb.describeDymamoDBTable
@@ -27,7 +25,6 @@ import com.kotlin.dynamodb.putItemInTable
2725import com.kotlin.dynamodb.queryDynTable
2826import com.kotlin.dynamodb.scanItems
2927import com.kotlin.dynamodb.updateTableItem
30-
3128import com.kotlin.dynamodb.scenario.createScenarioTable
3229import com.kotlin.dynamodb.scenario.createTablePartiQL
3330import com.kotlin.dynamodb.scenario.createTablePartiQLBatch
You can’t perform that action at this time.
0 commit comments