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 812940d commit a189878Copy full SHA for a189878
src/deployments/cdk/src/deployments/config/create.ts
@@ -451,6 +451,7 @@ async function downloadCustomRules(
451
Bucket: bucketName,
452
Key: `${rulePrefix}/${configRuleRuntime}`,
453
});
454
+ // @ts-ignore
455
fs.writeFileSync(path.join(configRulesTempDir, configRuleRuntime), (runtimeFile as unknown) as Buffer);
456
}
457
0 commit comments