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: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,7 @@ The constructor takes the following parameters:
80
80
-`region`: The AWS region where the Lambda functions are created.
81
81
-`credentials`: An object that specifies which type of credentials to use.
82
82
-`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.
84
84
85
85
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.
0 commit comments