From 3f47ca0c7f204fa31558880d16990f9c915298cf Mon Sep 17 00:00:00 2001 From: Alexander Wert Date: Fri, 1 Apr 2022 09:02:52 +0200 Subject: [PATCH] Created fallback docs if GitHub API request fails. --- .../lambda-attributes-selector.asciidoc | 43 ++++++++++++++----- 1 file changed, 33 insertions(+), 10 deletions(-) diff --git a/docs/lambda-selector/lambda-attributes-selector.asciidoc b/docs/lambda-selector/lambda-attributes-selector.asciidoc index b2bcc946..551bcaac 100644 --- a/docs/lambda-selector/lambda-attributes-selector.asciidoc +++ b/docs/lambda-selector/lambda-attributes-selector.asciidoc @@ -31,7 +31,7 @@ column-gap: 5px; } -[role="select-input"]{ +[role="select-input"] { border: none; margin-left: 1px; color: #2b4590; @@ -39,9 +39,17 @@ border-radius: 5px; } -[role="lambda-selector-header"]{ +[role="lambda-selector-header"] { align-self: flex-start; } + +#fallback-extension-arn-selector-section { + display: none; +} + +#fallback-agent-arn-selector-section { + display: none; +} -
+

Pick the right ARN from this release table for the APM Lambda Extension Layer.

+

In addition, pick the right ARN from this release table for the APM Agent Layer.

+
Select the AWS region and architecture of your Lambda function. This documentation will update based on your selections.