18 Jun 2026
02:30 PM
- last edited on
19 Jun 2026
07:18 AM
by
MaciejNeumann
Hello ,
We have deployed the Dynatrace OneAgent Lambda Layer to monitor our AWS Lambda functions running Python.
I would like to clarify whether Runtime Vulnerability Analytics (RVA) is supported for AWS Lambda functions. Specifically:
I suspect this is not currently supported, as:
Could you confirm whether this is the case, or if there is additional configuration required on our end to enable this capability?
For reference, I'm aware that RVA is available for Azure Functions through the Dynatrace extension for Azure App Service Plan (Dedicated). I'm looking to confirm whether equivalent functionality exists for AWS Lambda.
Thank you.
Jordi
Solved! Go to Solution.
23 Jul 2026 11:51 PM
Hi @Jordi2
Your suspicion is correct this is documented behavior rather than a configuration gap on your side.
The Dynatrace documentation for AWS Lambda tracing states that code-level attack and vulnerability evaluation is not supported for AWS Lambda functions, along with several other runtime-specific limitations.
So to answer directly:
Third-party library vulnerability detection – not currently supported for Lambda. RVA's third-party detection relies on OneAgent deep process monitoring on a host/runtime it fully manages, which the Lambda layer/extension model doesn't provide.
Python runtime vulnerability detection – also not supported for the same reason.
You can find the relevant statement in the documentation here: Trace Lambda functions — Dynatrace Docs
Thanks,
Sujit
Featured Posts