You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/_includes/content/functions/runtime.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,9 +31,7 @@ The following dependencies are installed in the function environment by default.
31
31
32
32
Only the [`crypto` Node.js module](https://nodejs.org/dist/latest-v10.x/docs/api/crypto.html) is included (exposed as `crypto`). [Other built-in Node.js modules](https://nodejs.org/api/modules.html) are not available.
33
33
34
-
For more information on using the `aws-sdk` module, see [Calling AWS APIs](/docs/connections/functions/aws-apis/).
35
-
36
-
### Caching
34
+
##### Caching
37
35
38
36
Basic cache storage is available through the `cache` object, which has the following methods defined:
0 commit comments