Skip to content

Commit 5781eba

Browse files
committed
Revert "Merge pull request #2853 from segmentio/document-functions-aws-sdk"
This reverts commit 281a372, reversing changes made to 6e323da.
1 parent 281a372 commit 5781eba

File tree

3 files changed

+1
-95
lines changed

3 files changed

+1
-95
lines changed

src/_data/sidenav/main.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,6 @@ sections:
175175
title: Functions Environment
176176
- path: /connections/functions/usage
177177
title: Functions Usage Limits
178-
- path: /connections/functions/aws-apis
179-
title: Calling AWS APIs
180178
- section_title: Storage Destinations
181179
slug: connections/storage
182180
section:

src/_includes/content/functions/runtime.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@ The following dependencies are installed in the function environment by default.
3131

3232
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.
3333

34-
For more information on using the `aws-sdk` module, see [Calling AWS APIs](/docs/connections/functions/aws-apis/).
35-
36-
### Caching
34+
##### Caching
3735

3836
Basic cache storage is available through the `cache` object, which has the following methods defined:
3937

src/connections/functions/aws-apis.md

Lines changed: 0 additions & 90 deletions
This file was deleted.

0 commit comments

Comments
 (0)