From 6ebe994aab4161af9ee6c059691027816ddd951c Mon Sep 17 00:00:00 2001 From: Jonas Kunz Date: Fri, 24 Jan 2025 16:38:09 +0100 Subject: [PATCH] Clarify that step functions are not supported yet (#601) --- docs/monitoring-aws-lambda.asciidoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/monitoring-aws-lambda.asciidoc b/docs/monitoring-aws-lambda.asciidoc index 261ea88d..b792749e 100644 --- a/docs/monitoring-aws-lambda.asciidoc +++ b/docs/monitoring-aws-lambda.asciidoc @@ -10,6 +10,8 @@ To get started with the setup of Elastic APM for your Lambda functions, checkout * {apm-py-ref}/lambda-support.html[Quick Start with APM on AWS Lambda - Python] * {apm-java-ref}/aws-lambda.html[Quick Start with APM on AWS Lambda - Java] +Note that AWS Step Functions are currently not supported by any of the languages. + Learn more about the <> of Elastic APM for AWS Lambda. [[aws-lambda-arch]]