From cbaeb335c15e8472fb5e633e29959397404eec05 Mon Sep 17 00:00:00 2001 From: Yiming Luo <10097700+lym953@users.noreply.github.com> Date: Tue, 14 Jul 2026 15:14:16 -0400 Subject: [PATCH] Add placeholder page for AWS Lambda Durable Functions Co-Authored-By: Claude Opus 4.8 --- config/_default/menus/main.en.yaml | 27 ++++++---- .../aws_lambda/durable_functions.md | 51 +++++++++++++++++++ 2 files changed, 67 insertions(+), 11 deletions(-) create mode 100644 content/en/serverless/aws_lambda/durable_functions.md diff --git a/config/_default/menus/main.en.yaml b/config/_default/menus/main.en.yaml index f57a10dc630..35b6c8c4779 100644 --- a/config/_default/menus/main.en.yaml +++ b/config/_default/menus/main.en.yaml @@ -3600,61 +3600,66 @@ menu: parent: serverless_aws_lambda identifier: serverless_aws_lambda_managed_instances weight: 102 + - name: Durable Functions + url: serverless/aws_lambda/durable_functions + parent: serverless_aws_lambda + identifier: serverless_aws_lambda_durable_functions + weight: 103 - name: Lambda Metrics url: serverless/aws_lambda/metrics parent: serverless_aws_lambda identifier: serverless_aws_lambda_metrics - weight: 103 + weight: 104 - name: Distributed Tracing url: serverless/aws_lambda/distributed_tracing identifier: serverless_distributed_tracing parent: serverless_aws_lambda - weight: 104 + weight: 105 - name: Log Collection url: serverless/aws_lambda/logs identifier: serverless_aws_lambda_logs parent: serverless_aws_lambda - weight: 105 + weight: 106 - name: Remote Instrumentation url: serverless/aws_lambda/remote_instrumentation identifier: serverless_aws_lambda_remote_instrumentation parent: serverless_aws_lambda - weight: 106 + weight: 107 - name: Advanced Configuration url: serverless/aws_lambda/configuration parent: serverless_aws_lambda identifier: serverless_configuration - weight: 107 + weight: 108 - name: Continuous Profiler url: serverless/aws_lambda/profiling parent: serverless_aws_lambda identifier: serverless_aws_lambda_continuous_profiler - weight: 108 + weight: 109 - name: Securing Functions url: /serverless/aws_lambda/securing_functions parent: serverless_aws_lambda identifier: serverless_aws_lambda_securing_functions - weight: 109 + weight: 110 - name: Deployment Tracking url: serverless/aws_lambda/deployment_tracking parent: serverless_aws_lambda identifier: serverless_aws_lambda_deployment_tracking - weight: 110 + weight: 111 - name: OpenTelemetry url: serverless/aws_lambda/opentelemetry parent: serverless_aws_lambda identifier: serverless_aws_lambda_opentelemetry - weight: 111 + weight: 112 - name: Troubleshooting url: serverless/aws_lambda/troubleshooting parent: serverless_aws_lambda identifier: serverless_aws_lambda_troubleshooting - weight: 112 + weight: 113 - name: Lambda Web Adapter url: serverless/aws_lambda/lwa parent: serverless_aws_lambda identifier: serverless_aws_lambda_lwa - weight: 113 + weight: 114 - name: FIPS Compliance url: serverless/aws_lambda/fips-compliance parent: serverless_aws_lambda diff --git a/content/en/serverless/aws_lambda/durable_functions.md b/content/en/serverless/aws_lambda/durable_functions.md new file mode 100644 index 00000000000..1037f091be0 --- /dev/null +++ b/content/en/serverless/aws_lambda/durable_functions.md @@ -0,0 +1,51 @@ +--- +title: Monitoring AWS Lambda Durable Functions +description: Install and configure the Datadog Agent for AWS Lambda Durable Functions. + +further_reading: +# TODO: Add blog post, related documentation, or learning center links. +# - link: https://www.datadoghq.com/blog/... +# tag: Blog +# text: ... + +--- + + + + + +## Setup + + + +
+ +
+ +### Metrics and logs + + + +### Traces + + + +## Data collected + + + +## Known limitations + + + +## Further Reading + +{{< partial name="whats-next/whats-next.html" >}}