Simon Wiesmann

Results 3 comments of Simon Wiesmann

We would also appreciate the PR merge 👍 as there is a known vulnerability for the axios version that is in use. See GitHub's advisory: [https://github.com/advisories/GHSA-wf5p-g6vw-rhxx](https://github.com/advisories/GHSA-wf5p-g6vw-rhxx)

Thank you for merging, @vpulim ! 👍 Looking forward to the release.

I noticed there is another way to get a unique ID via `const uid: string = Names.uniqueId(myConstruct);` (from the aws docs https://docs.aws.amazon.com/cdk/v2/guide/identifiers.html) But since it expects a construct we would...