UNPKG

@gravitywelluk/aws

Version:

Library of commonly used AWS wrapper functions to communicate with the AWS SDK

9 lines (8 loc) 453 B
import * as AWSModule from "aws-sdk"; /** * Create a new Cognito service object * * @see https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/CognitoIdentityServiceProvider.html#constructor-property * @param awsCognitoConfigOverrides - Configuration option overrides */ export declare const cognitoConfigure: (awsCognitoConfigOverrides?: AWSModule.CognitoIdentityServiceProvider.ClientConfiguration) => AWSModule.CognitoIdentityServiceProvider;