Compare commits
No commits in common. "3e1d74196d9ee4b1ba448358037c5a9d493b6eee" and "9c4cd0fc43c00373aa15f1e203c6cc1230e80be0" have entirely different histories.
3e1d74196d
...
9c4cd0fc43
3691
functions/package-lock.json
generated
3691
functions/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -37,7 +37,7 @@ const stripHtml = (html: string): string => {
|
||||
|
||||
async function sendSimpleEmail(data: EmailRequest, recipients: string[]) {
|
||||
const ses = new SESClient({
|
||||
region: '#{AWS_REGION}#',
|
||||
region: 'ap-south-1',
|
||||
credentials: {
|
||||
accessKeyId: process.env.AWS_ACCESS_KEY_ID || '',
|
||||
secretAccessKey: process.env.AWS_SECRET_ACCESS_KEY || ''
|
||||
@ -63,7 +63,7 @@ async function sendSimpleEmail(data: EmailRequest, recipients: string[]) {
|
||||
|
||||
async function sendEmailWithAttachments(data: EmailRequest, recipients: string[]) {
|
||||
const ses = new SESClient({
|
||||
region: 'ap-south-1',
|
||||
region: '#{SERVICES_RGN}#',
|
||||
credentials: {
|
||||
accessKeyId: process.env.AWS_ACCESS_KEY_ID || '',
|
||||
secretAccessKey: process.env.AWS_SECRET_ACCESS_KEY || ''
|
||||
|
||||
Loading…
Reference in New Issue
Block a user