Skip to content
On this page

Email Management

The serverless.yml file doesn’t support creating a queue automatically. Therefore, the user will create the Queue SQS on AWS manually.

For example: the queue named ‘atm-stg-queue’ is created for using ‘atm-stg-dead-queue’. Next, the user selects atm-stg-queue and presses the Edit button to see the information below.

At Choose queue, select atm-stg-dead-queue’ and hit the Save button to confirm the changes.

After creating atm-stg-queue. The user is required to add Lambda triggers to config sending email jobs.

To use sendMail, we have to configure ‘secret manager email’. For example:

Email Management has loaded