backport of commit a58d650e58d377caaf2f06a5693bad8faac51395 (#22417)
Co-authored-by: Markus Cisler <bl1nk@users.noreply.github.com>
This commit is contained in:
parent
0f495abea9
commit
63ccd41bad
|
@ -0,0 +1,3 @@
|
|||
```release-note:improvement
|
||||
website/docs: Fix link formatting in Vault lambda extension docs
|
||||
```
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue