UNPKG

@gravitywelluk/aws

Version:

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

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