Closed kpeters-cbsi closed 2 years ago
Thank you very much!
Implemented & released as version 1.0.9.
For the record, there were three things of note:
:*
at the end. We're not the first ones to trip over it (https://github.com/aws/aws-cdk/issues/18253). I think just stripping that away works for our purposes..replaceAll()
is supported by the Nodejs v16 on my laptop, but not the older v14/v12 the tests in our Github actions use. So I went with .replace(/.../g, ...)
which works anywhere as far as I know.
Info: