UNPKG

@gravitywelluk/aws

Version:

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

8 lines (7 loc) 285 B
import * as AWSModule from "aws-sdk"; /** * Creates a new AWS Lambda service object * * @param awsLambdaConfigOverrides - Configuration option overrides */ export declare const lambdaConfigure: (awsLambdaConfigOverrides?: AWSModule.Lambda.ClientConfiguration) => AWSModule.Lambda;