-
Notifications
You must be signed in to change notification settings - Fork 440
feat(asm): add handlers to support the AWS Lambda framework #13638
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(asm): add handlers to support the AWS Lambda framework #13638
Conversation
|
6709855
to
4492c44
Compare
Bootstrap import analysisComparison of import times between this PR and base. SummaryThe average import time from this PR is: 274 ± 2 ms. The average import time from base is: 276 ± 4 ms. The import time difference between this PR and base is: -2.4 ± 0.1 ms. Import time breakdownThe following import paths have shrunk:
|
BenchmarksBenchmark execution time: 2025-06-17 10:19:11 Comparing candidate commit 25b01e6 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 561 metrics, 3 unstable metrics. |
7b93891
to
696901e
Compare
696901e
to
48f3162
Compare
cb29928
to
06e635e
Compare
06e635e
to
3dccec0
Compare
3dccec0
to
b1eb42f
Compare
5d83892
to
8bc17d6
Compare
8bc17d6
to
25b01e6
Compare
Jira Ticket: APPSEC-57889
Description
In AWS Lambda, the AppsecSpanProcessor need to be able to process SERVERLESS spans. It also adds appsec listeners to enable the aws_lambda instrumentation to call the waf in the context of Threat Detection.
This is a follow up on #13602 and likewise it should have no impact in production as long as the
libddwaf
binary is being stripped from the datadog_lambda layer.Checklist
Reviewer Checklist