Argh, the sync limitation in CDK is killer. Workin...
# help
s
Argh, the sync limitation in CDK is killer. Working with ESM, can't reach for
require
to dynamically import, and
import(depPath)
is async. Anyone know of a way around this limitation?
fs.readFileSync + eval 😅
t
I did something terrible
To work around this
s
Haha, awesome, thanks!