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.

SQS Queue!

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.

Create Queue!

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.

Lambda trigger!

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

Secret manager email!

Email Management has loaded