Skip to content

Instantly share code, notes, and snippets.

@mxro
Created April 26, 2022 22:39
Show Gist options
  • Save mxro/6e5633b9e68bb01013dfc042ccc6f4a8 to your computer and use it in GitHub Desktop.
Save mxro/6e5633b9e68bb01013dfc042ccc6f4a8 to your computer and use it in GitHub Desktop.
import SES from 'aws-sdk/clients/ses';
const awsUser = new AWS.SharedIniFileCredentials();
const ses = new SES({
apiVersion: '2010-12-01',
credentials: awsUser,
region: '[region]',
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment