:disguised_face: Modular serverless microservice for AWS SES
Closed this issue · 0 comments
sydrawat01 commented
- Use
first_name
,last_name
in the email body - Check for duplicate emails being sent using this service
- Keep track of all emails that use the micro-service to send a verification link
- This can be done using another dynamoDB table (since data is not relational)
- Make use of dynamic
dev
orprod
environment to make the service more modular