Skip to content

Commit 094d067

Browse files
committed
Remove link to AWS docs on security credentials
1 parent 492f374 commit 094d067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ The constructor takes the following parameters:
8080
- `region`: The AWS region where the Lambda functions are created.
8181
- `credentials`: An object that specifies which type of credentials to use.
8282
- `cognitoIdentityPool`: An object that specifies the Cognito Identity Pool ID to use for requesting credentials.
83-
- `accessKeys`: An object that specifies the [Access Key ID and Secret Access Key](https://docs.aws.amazon.com/IAM/latest/UserGuide/security-creds.html#sec-access-keys-and-secret-access-keys) to use as credentials.
83+
- `accessKeys`: An object that specifies the Access Key ID and Secret Access Key to use as credentials.
8484

8585
The constructor will attempt to validate the definition by default, unless the `validationOptions` property is specified. If the definition is not valid, an error will be thrown.
8686

0 commit comments

Comments
 (0)