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 5225c92 commit 5a7f624Copy full SHA for 5a7f624
.tools/test/stacks/config/variables.ts
@@ -14,7 +14,6 @@ export function readVariableConfig(filePath: string): VariableConfig {
14
const data: VariableConfig = parse(fileContents);
15
console.log(data);
16
17
- // Validate the required field
18
if (!data.s3_bucket_name_prefix) {
19
throw new Error("Validation failed: Missing required 's3_bucket_name_prefix' field.");
20
}
0 commit comments