So I set a function event for sqs
as described here: https://serverless.com/framework/docs/providers/aws/events/sqs/
Is the handler supposed to delete the message from the SQS queue? Or is that handled by the framework?
Also - what does the handler event
object look like when it was invoked this way?
Cheers