Skip to content

Commit c95da2e

Browse files
move images
1 parent 8dd4a4c commit c95da2e

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

docs/reference/aws-lambda-secrets-manager.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ We recommend using the AWS-managed encryption key `aws/secretsmanager`. However,
1919
::::::{tab-item} AWS Web Console
2020
In the Web Console of the AWS Secrets Manager, navigate to `Store a new secret`, select `Other type of secret` as the secret type, and choose the `Plaintext` tab for entering the secret value. Enter your APM secret token or APM API key value as a plain string (**not** as a JSON key value pair).
2121

22-
![image showing the creation of a plaintext secret in Secrets Manager](../images/secrets-manager.png "")
22+
![image showing the creation of a plaintext secret in Secrets Manager](images/secrets-manager.png "")
2323

2424
Click `Next`, choose a secret name, and finalize the creation of the secret.
2525
::::::
File renamed without changes.
File renamed without changes.

docs/reference/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ To accomplish the above, Elastic APM agents instrument AWS Lambda functions and
1515

1616
Normally, during the execution of a Lambda function, there’s only a single language process running in the AWS Lambda execution environment. With an AWS Lambda extension, Lambda users run a *second* process alongside their main service/application process.
1717

18-
![image showing data flow from lambda function](../images/architecture-white.png "")
18+
![image showing data flow from lambda function](images/architecture-white.png "")
1919

2020
By using an AWS Lambda extension, Elastic APM agents can send data to a local Lambda extension process, and that process will forward data on to APM Server asynchronously. The Lambda extension ensures that any potential latency between the Lambda function and the APM Server instance will not cause latency in the request flow of the Lambda function itself.
2121

0 commit comments

Comments
 (0)