ps-serverless-app icon indicating copy to clipboard operation
ps-serverless-app copied to clipboard

Expected params.Destination.ToAddresses to be an Array

Open a2300 opened this issue 1 year ago • 0 comments

https://github.com/davidtucker/ps-serverless-app/blob/2eb1cb60f94172f659a4304e656bfadf750f5351/services/notifications/index.js#L20

https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/SES.html#sendEmail-property

should be const sendEmail = async (message, subject) => { const params = { Destination: { ToAddresses: [emailAddress], },

a2300 avatar Nov 07 '23 08:11 a2300