How do people develop usually? Do they use something like serverless or use AWS Lambda ( web console on AWS Platform).
I am facing challenges with testing on local especially simulating the SQS triggerring of Lambda, and SES. I am developing an eco system where an API will send a message to SQS. SQS will trigger a Lambda function, and this function will send out a customer registration email.