Skip to content

Commit d9aa4e8

Browse files
committed
Clarify function type
1 parent f6c85c8 commit d9aa4e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/connections/functions/aws-apis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Now that you have an IAM role in your AWS account, you can create your source or
4343

4444
* "IAM Role External ID": A required, sensitive string setting that is the external ID for your IAM role.
4545

46-
Here is an example function that uploads each event received to an S3 bucket (configured using an additional "S3 Bucket" setting). It uses the built-in local cache to retain S3 clients between requests to minimize processing time and to allow different instances of the function to use different IAM roles:
46+
Here is an example destination function that uploads each event received to an S3 bucket (configured using an additional "S3 Bucket" setting). It uses the built-in local cache to retain S3 clients between requests to minimize processing time and to allow different instances of the function to use different IAM roles:
4747

4848
```javascript
4949
async function getS3(settings) {

0 commit comments

Comments
 (0)