Revert "[serverless] No-op AWS Lambda integration on missing API Key"#5941
Conversation
Datadog ReportBranch report: ✅ 0 Failed, 301275 Passed, 1616 Skipped, 11h 52m 6.39s Total Time |
Execution-Time Benchmarks Report ⏱️Execution-time results for samples comparing the following branches/commits: Execution-time benchmarks measure the whole time it takes to execute a program. And are intended to measure the one-off costs. Cases where the execution time results for the PR are worse than latest master results are shown in red. The following thresholds were used for comparing the execution times:
Note that these results are based on a single point-in-time result for each branch. For full results, see the dashboard. Graphs show the p99 interval based on the mean and StdDev of the test run, as well as the mean value of the run (shown as a diamond below the graph). |
Summary of changes
This reverts commit 8e63384.
Reason for change
It doesn't account for
DD_API_KEY_SECRET_ARNorDD_KMS_API_KEYwhich is considered a regression.Implementation details
n/a
Test coverage
Confirmed that it stops working for Lambdas with that configuration
Other details