We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b311b2 commit f5fe169Copy full SHA for f5fe169
swift/example_code/dynamodb/basics/Sources/basics.swift
@@ -91,7 +91,6 @@ struct ExampleCommand: ParsableCommand {
91
//=====================================================================
92
93
let tableName = "ddb-movies-sample-\(Int.random(in: 1 ... Int.max))"
94
- // let tableName = String.uniqueName(withPrefix: "ddb-movies-sample", maxDigits: 8)
95
96
print("Creating table \"\(tableName)\"...")
97
0 commit comments