import aws from 'aws-sdk' export const cognito = new aws.CognitoIdentityServiceProvider({ }) export const ses = new aws.SES({ region: process.env.AWS_REGION })