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 d5fb9b3 commit 4994fadCopy full SHA for 4994fad
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