Austin Sparkman
Results
1
comments of
Austin Sparkman
FWIW, I ran into semi-similar issue in using the CDK and was able to do: ``` for (const [key, value] of Object.entries(TAGS)) { Tags.of(this).add(key, value) } ``` to the stack...