website(aws): link directly to lambda "Runtime" defininition
Previously we linked to the whole request body definition for valid values of `runtime`. Now we link directly to the docs for `Runtime`, which will hopefully make it easier to find the valid values. This fixes #4570.
This commit is contained in:
parent
9339ead0bd
commit
66af2b21c3
|
@ -77,5 +77,5 @@ resource "aws_lambda_function" "test_lambda" {
|
|||
[3]: https://docs.aws.amazon.com/lambda/latest/dg/walkthrough-custom-events-create-test-function.html
|
||||
[4]: https://docs.aws.amazon.com/lambda/latest/dg/intro-permission-model.html
|
||||
[5]: https://docs.aws.amazon.com/lambda/latest/dg/limits.html
|
||||
[6]: https://docs.aws.amazon.com/lambda/latest/dg/API_CreateFunction.html#API_CreateFunction_RequestBody
|
||||
[6]: https://docs.aws.amazon.com/lambda/latest/dg/API_CreateFunction.html#SSS-CreateFunction-request-Runtime
|
||||
[7]: http://docs.aws.amazon.com/lambda/latest/dg/vpc.html
|
||||
|
|
Loading…
Reference in New Issue