1 Answer
- Newest
- Most votes
- Most comments
1
Hi,
From this page https://docs.aws.amazon.com/codeguru/latest/profiler-ug/what-is-codeguru-profiler.html, it seems that NodeJS is not supported in CodeGuru: Java/JVM and Python are.
Best,
Didier
Relevant content
- asked 3 years ago
- asked 2 years ago
- AWS OFFICIALUpdated 18 days ago

Thanks Didier! I see... I wonder if there is any alternative that I can use to achieve something like codeQL can do or any similar tool can do scanning on 3rd party library.
Hi Kosa, I don't know of AWS having tools for vuln scanning on NodeJS apps. You'd have to install some OSS tool to do that: see https://medium.com/@manjula.aw/nodejs-security-tools-de0d0c937ec0 Thanks for accepting my answer