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 783bf01 commit b4122cdCopy full SHA for b4122cd
scripts/cdk.sh
@@ -60,5 +60,7 @@ sed -e 's/UNDERSCORE_//g' -e 's/HYPHEN_//g' -e 's/PERIOD_//g' -e 's/VALUE_//g' "
60
# Fix @typescript-eslint/no-shadow es-linter error in file federated-database-instance/index.ts
61
sed -e 's/map(y => toJson_TagSet(y))/map(x => toJson_TagSet(x))/g' "${dest}" > "${dest}.tmp" && mv "${dest}.tmp" "${dest}"
62
63
+sed -e 's|@stylistic/max-len, ||g' -e 's|, @stylistic/quote-props||g' "${dest}" > "${dest}.tmp" && mv "${dest}.tmp" "${dest}"
64
+
65
echo
66
echo "L1 CDK resource generated succesfully: ${resource}, CFN type: ${resourceType}"
0 commit comments