Fix link formatting in Vault lambda extension docs (#22396)

* Fix link formatting in Vault lambda extension docs

The link pointing to supported lambda runtimes does not use correct markdown formatting so it is not rendered as a link on developer.hashicorp.com. This commit renders it as a link again.

* Add changelog entry

---------

Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
This commit is contained in:
Markus Cisler
2023-08-17 22:39:54 +02:00
committed by GitHub
parent cbae51fdbc
commit a58d650e58
2 changed files with 4 additions and 1 deletions

3
changelog/22396.txt Normal file
View File

@@ -0,0 +1,3 @@
```release-note:improvement
website/docs: Fix link formatting in Vault lambda extension docs
```

View File

@@ -53,7 +53,7 @@ to read secrets, which can both be used side-by-side:
- An instance of Vault accessible from AWS Lambda
- An authenticated `vault` client
- A secret in Vault that you want your Lambda to access, and a policy giving read access to it
- Your Lambda function must use one of the [supported runtimes][https://docs.aws.amazon.com/lambda/latest/dg/runtimes-extensions-api.html] for extensions
- Your Lambda function must use one of the [supported runtimes](https://docs.aws.amazon.com/lambda/latest/dg/runtimes-extensions-api.html) for extensions
#### Step 1. configure Vault