UNPKG

@gravitywelluk/aws

Version:

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

5 lines (4 loc) 187 B
import * as AWSModule from "aws-sdk"; declare const AWS: typeof AWSModule; export declare const sesV2Configure: (sesConfig?: AWS.SESV2.ClientConfiguration) => AWSModule.SESV2; export {};