Skip to content

Commit 0f502cb

Browse files
authored
Merge pull request #297 from blange/patch-2
Update lambda-runtimes.md
2 parents 779926c + 498f007 commit 0f502cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc_source/lambda-runtimes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ When you use a \.zip file archive for the deployment package, you choose a runti
1212
+ Image – Custom
1313
+ Linux kernel – 4\.14\.165\-102\.205\.amzn2\.x86\_64
1414

15-
When your function is invoked, Lambda attempts to re\-use the execution environment from a previous invocation if one is available\. This saves time preparing the execution environment, and it allows you to save resources such as database connections and temporary files in the [execution environment](runtimes-context.md) to avoid creating them every time your function runs\.
15+
When your function is invoked, Lambda attempts to re\-use the execution environment from a previous invocation if one is available\. When an [execution environment](runtimes-context.md) is reused, time is saved because your resources, such as database connections and temporary files, do not have to be recreated before your function runs\.
1616

1717
A runtime can support a single version of a language, multiple versions of a language, or multiple languages\. Runtimes specific to a language or framework version are [deprecated](runtime-support-policy.md) when the version reaches end of life\.
1818

@@ -99,4 +99,4 @@ To use other languages in Lambda, you can implement a [custom runtime](runtimes-
9999
+ [Modifying the runtime environment](runtimes-modify.md)
100100
+ [Custom AWS Lambda runtimes](runtimes-custom.md)
101101
+ [Tutorial – Publishing a custom runtime](runtimes-walkthrough.md)
102-
+ [Using AVX2 vectorization in Lambda](runtimes-avx2.md)
102+
+ [Using AVX2 vectorization in Lambda](runtimes-avx2.md)

0 commit comments

Comments
 (0)